public class CreateBPOfflineAttachmentRequest extends AbstractModel
Constructor and Description |
---|
CreateBPOfflineAttachmentRequest() |
CreateBPOfflineAttachmentRequest(CreateBPOfflineAttachmentRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizationName()
Get 授权书
|
String |
getBrandCertificateName()
Get 商标证明
|
String |
getBrandName()
Get 品牌名字
|
String |
getTransferName()
Get 商标转让证明
|
void |
setAuthorizationName(String AuthorizationName)
Set 授权书
|
void |
setBrandCertificateName(String BrandCertificateName)
Set 商标证明
|
void |
setBrandName(String BrandName)
Set 品牌名字
|
void |
setTransferName(String TransferName)
Set 商标转让证明
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateBPOfflineAttachmentRequest()
public CreateBPOfflineAttachmentRequest(CreateBPOfflineAttachmentRequest source)
public String getBrandName()
public void setBrandName(String BrandName)
BrandName
- 品牌名字public String getBrandCertificateName()
public void setBrandCertificateName(String BrandCertificateName)
BrandCertificateName
- 商标证明public String getTransferName()
public void setTransferName(String TransferName)
TransferName
- 商标转让证明public String getAuthorizationName()
public void setAuthorizationName(String AuthorizationName)
AuthorizationName
- 授权书Copyright © 2023. All rights reserved.