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 联系人名称
|
String |
getEmail()
Get 联系人邮箱
|
String |
getFullName()
Get 企业全称
|
String |
getTelephone()
Get 联系人手机号
|
void |
setContactName(String ContactName)
Set 联系人名称
|
void |
setEmail(String Email)
Set 联系人邮箱
|
void |
setFullName(String FullName)
Set 企业全称
|
void |
setTelephone(String Telephone)
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, toJsonString
public CreateCorpRequest()
public CreateCorpRequest(CreateCorpRequest source)
public String getFullName()
public void setFullName(String FullName)
FullName
- 企业全称public String getContactName()
public void setContactName(String ContactName)
ContactName
- 联系人名称public String getEmail()
public void setEmail(String Email)
Email
- 联系人邮箱public String getTelephone()
public void setTelephone(String Telephone)
Telephone
- 联系人手机号Copyright © 2024. All rights reserved.