public class DescribeBPCompanyInfoResponse extends AbstractModel
Constructor and Description |
---|
DescribeBPCompanyInfoResponse() |
DescribeBPCompanyInfoResponse(DescribeBPCompanyInfoResponse 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 xx
|
String |
getAuthorizationNote()
Get xx
|
Long |
getAuthorizationStatus()
Get xx
|
BrandData[] |
getBrandDatas()
Get xx
|
Long |
getCompanyId()
Get xx
|
String |
getCompanyName()
Get xx
|
String |
getLicenseName()
Get xx
|
String |
getLicenseNote()
Get xx
|
Long |
getLicenseStatus()
Get xx
|
String |
getPhone()
Get xx
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setAuthorizationName(String AuthorizationName)
Set xx
|
void |
setAuthorizationNote(String AuthorizationNote)
Set xx
|
void |
setAuthorizationStatus(Long AuthorizationStatus)
Set xx
|
void |
setBrandDatas(BrandData[] BrandDatas)
Set xx
|
void |
setCompanyId(Long CompanyId)
Set xx
|
void |
setCompanyName(String CompanyName)
Set xx
|
void |
setLicenseName(String LicenseName)
Set xx
|
void |
setLicenseNote(String LicenseNote)
Set xx
|
void |
setLicenseStatus(Long LicenseStatus)
Set xx
|
void |
setPhone(String Phone)
Set xx
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 DescribeBPCompanyInfoResponse()
public DescribeBPCompanyInfoResponse(DescribeBPCompanyInfoResponse source)
public String getCompanyName()
public void setCompanyName(String CompanyName)
CompanyName
- xxpublic String getPhone()
public void setPhone(String Phone)
Phone
- xxpublic String getLicenseName()
public void setLicenseName(String LicenseName)
LicenseName
- xxpublic Long getLicenseStatus()
public void setLicenseStatus(Long LicenseStatus)
LicenseStatus
- xxpublic String getLicenseNote()
public void setLicenseNote(String LicenseNote)
LicenseNote
- xxpublic String getAuthorizationName()
public void setAuthorizationName(String AuthorizationName)
AuthorizationName
- xxpublic Long getAuthorizationStatus()
public void setAuthorizationStatus(Long AuthorizationStatus)
AuthorizationStatus
- xxpublic String getAuthorizationNote()
public void setAuthorizationNote(String AuthorizationNote)
AuthorizationNote
- xxpublic BrandData[] getBrandDatas()
public void setBrandDatas(BrandData[] BrandDatas)
BrandDatas
- xxpublic Long getCompanyId()
public void setCompanyId(Long CompanyId)
CompanyId
- xxpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.