public class CustomerInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CustomerInfo() | 
| CustomerInfo(CustomerInfo 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 | getCustomerName()Get 公司全称 | 
| String | getShortCustomerName()Get 公司简称 | 
| Boolean | getWholeFlag()Get 是否全托管用户 | 
| void | setCustomerName(String CustomerName)Set 公司全称 | 
| void | setShortCustomerName(String ShortCustomerName)Set 公司简称 | 
| void | setWholeFlag(Boolean WholeFlag)Set 是否全托管用户 | 
| 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, toJsonStringpublic CustomerInfo()
public CustomerInfo(CustomerInfo source)
public String getCustomerName()
public void setCustomerName(String CustomerName)
CustomerName - 公司全称public String getShortCustomerName()
public void setShortCustomerName(String ShortCustomerName)
ShortCustomerName - 公司简称public Boolean getWholeFlag()
public void setWholeFlag(Boolean WholeFlag)
WholeFlag - 是否全托管用户Copyright © 2025. All rights reserved.