Class ModifyBPOfflineAttachmentRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bma.v20210624.models.ModifyBPOfflineAttachmentRequest
-
public class ModifyBPOfflineAttachmentRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyBPOfflineAttachmentRequest()ModifyBPOfflineAttachmentRequest(ModifyBPOfflineAttachmentRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthorizationName()Get 授权书StringgetBrandCertificateName()Get 商标证明StringgetBrandName()Get 商标名称StringgetLicenseName()Get 营业执照StringgetTransferName()Get 商标转让证明voidsetAuthorizationName(String AuthorizationName)Set 授权书voidsetBrandCertificateName(String BrandCertificateName)Set 商标证明voidsetBrandName(String BrandName)Set 商标名称voidsetLicenseName(String LicenseName)Set 营业执照voidsetTransferName(String TransferName)Set 商标转让证明voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyBPOfflineAttachmentRequest
public ModifyBPOfflineAttachmentRequest()
-
ModifyBPOfflineAttachmentRequest
public ModifyBPOfflineAttachmentRequest(ModifyBPOfflineAttachmentRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getLicenseName
public String getLicenseName()
Get 营业执照- Returns:
- LicenseName 营业执照
-
setLicenseName
public void setLicenseName(String LicenseName)
Set 营业执照- Parameters:
LicenseName- 营业执照
-
getAuthorizationName
public String getAuthorizationName()
Get 授权书- Returns:
- AuthorizationName 授权书
-
setAuthorizationName
public void setAuthorizationName(String AuthorizationName)
Set 授权书- Parameters:
AuthorizationName- 授权书
-
getBrandName
public String getBrandName()
Get 商标名称- Returns:
- BrandName 商标名称
-
setBrandName
public void setBrandName(String BrandName)
Set 商标名称- Parameters:
BrandName- 商标名称
-
getBrandCertificateName
public String getBrandCertificateName()
Get 商标证明- Returns:
- BrandCertificateName 商标证明
-
setBrandCertificateName
public void setBrandCertificateName(String BrandCertificateName)
Set 商标证明- Parameters:
BrandCertificateName- 商标证明
-
getTransferName
public String getTransferName()
Get 商标转让证明- Returns:
- TransferName 商标转让证明
-
setTransferName
public void setTransferName(String TransferName)
Set 商标转让证明- Parameters:
TransferName- 商标转让证明
-
-