public class CreateCorpRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCorpRequest() | 
| CreateCorpRequest(CreateCorpRequest 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 | getContactName()Get Contact person's name. | 
| String | getEmail()Get Contact person's mailbox. | 
| String | getFullName()Get Full name of the corporate. | 
| String | getTelephone()Get Contact person's mobile phone number. | 
| void | setContactName(String ContactName)Set Contact person's name. | 
| void | setEmail(String Email)Set Contact person's mailbox. | 
| void | setFullName(String FullName)Set Full name of the corporate. | 
| void | setTelephone(String Telephone)Set Contact person's mobile phone number. | 
| 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 CreateCorpRequest()
public CreateCorpRequest(CreateCorpRequest source)
public String getFullName()
public void setFullName(String FullName)
FullName - Full name of the corporate.public String getContactName()
public void setContactName(String ContactName)
ContactName - Contact person's name.public String getEmail()
public void setEmail(String Email)
Email - Contact person's mailbox.public String getTelephone()
public void setTelephone(String Telephone)
Telephone - Contact person's mobile phone number.Copyright © 2025. All rights reserved.