public class Copier extends Object
| 构造器和说明 |
|---|
Copier() |
Copier(String copierAccountId,
Integer copierIdentityAccountType,
String copierIdentityAccountId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCopierAccountId() |
String |
getCopierIdentityAccountId() |
Integer |
getCopierIdentityAccountType() |
void |
setCopierAccountId(String copierAccountId) |
void |
setCopierIdentityAccountId(String copierIdentityAccountId) |
void |
setCopierIdentityAccountType(Integer copierIdentityAccountType) |
public Copier(String copierAccountId, Integer copierIdentityAccountType, String copierIdentityAccountId)
public Copier()
public String getCopierIdentityAccountId()
public void setCopierIdentityAccountId(String copierIdentityAccountId)
public String getCopierAccountId()
public void setCopierAccountId(String copierAccountId)
public Integer getCopierIdentityAccountType()
public void setCopierIdentityAccountType(Integer copierIdentityAccountType)
Copyright © 2021. All rights reserved.