public class DescribeBPCompanyInfoResponse extends AbstractModel
header, skipSign
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 授权书
|
String |
getAuthorizationNote()
Get 授权书备注
|
Long |
getAuthorizationStatus()
Get 授权书审核状态
|
BrandData[] |
getBrandDatas()
Get 品牌信息
|
Long |
getCompanyId()
Get 企业ID
|
String |
getCompanyName()
Get 企业名称
|
String |
getLicenseName()
Get 营业执照
|
String |
getLicenseNote()
Get 营业执照备注
|
Long |
getLicenseStatus()
Get 营业执照审核状态 1-审核中 2-审核未通过,3、审核通过
|
String |
getPhone()
Get 电话号码
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setAuthorizationName(String AuthorizationName)
Set 授权书
|
void |
setAuthorizationNote(String AuthorizationNote)
Set 授权书备注
|
void |
setAuthorizationStatus(Long AuthorizationStatus)
Set 授权书审核状态
|
void |
setBrandDatas(BrandData[] BrandDatas)
Set 品牌信息
|
void |
setCompanyId(Long CompanyId)
Set 企业ID
|
void |
setCompanyName(String CompanyName)
Set 企业名称
|
void |
setLicenseName(String LicenseName)
Set 营业执照
|
void |
setLicenseNote(String LicenseNote)
Set 营业执照备注
|
void |
setLicenseStatus(Long LicenseStatus)
Set 营业执照审核状态 1-审核中 2-审核未通过,3、审核通过
|
void |
setPhone(String Phone)
Set 电话号码
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBPCompanyInfoResponse()
public DescribeBPCompanyInfoResponse(DescribeBPCompanyInfoResponse source)
public String getCompanyName()
public void setCompanyName(String CompanyName)
CompanyName
- 企业名称public String getPhone()
public void setPhone(String Phone)
Phone
- 电话号码public String getLicenseName()
public void setLicenseName(String LicenseName)
LicenseName
- 营业执照public Long getLicenseStatus()
public void setLicenseStatus(Long LicenseStatus)
LicenseStatus
- 营业执照审核状态 1-审核中 2-审核未通过,3、审核通过public String getLicenseNote()
public void setLicenseNote(String LicenseNote)
LicenseNote
- 营业执照备注public String getAuthorizationName()
public void setAuthorizationName(String AuthorizationName)
AuthorizationName
- 授权书public Long getAuthorizationStatus()
public void setAuthorizationStatus(Long AuthorizationStatus)
AuthorizationStatus
- 授权书审核状态public String getAuthorizationNote()
public void setAuthorizationNote(String AuthorizationNote)
AuthorizationNote
- 授权书备注public BrandData[] getBrandDatas()
public void setBrandDatas(BrandData[] BrandDatas)
BrandDatas
- 品牌信息public Long getCompanyId()
public void setCompanyId(Long CompanyId)
CompanyId
- 企业IDpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.