public class CreateIntlTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateIntlTemplateRequest() |
CreateIntlTemplateRequest(CreateIntlTemplateRequest 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 |
---|---|
AdminContact |
getAdminContact()
Get The admin contact.
|
BillingContact |
getBillingContact()
Get The contact person for bills.
|
RegistrantContact |
getRegistrantContact()
Get The registrant contact.
|
TechnicalContact |
getTechnicalContact()
Get The technical contact.
|
String |
getTemplateType()
Get The profile type.
|
void |
setAdminContact(AdminContact AdminContact)
Set The admin contact.
|
void |
setBillingContact(BillingContact BillingContact)
Set The contact person for bills.
|
void |
setRegistrantContact(RegistrantContact RegistrantContact)
Set The registrant contact.
|
void |
setTechnicalContact(TechnicalContact TechnicalContact)
Set The technical contact.
|
void |
setTemplateType(String TemplateType)
Set The profile type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateIntlTemplateRequest()
public CreateIntlTemplateRequest(CreateIntlTemplateRequest source)
public RegistrantContact getRegistrantContact()
public void setRegistrantContact(RegistrantContact RegistrantContact)
RegistrantContact
- The registrant contact.public AdminContact getAdminContact()
public void setAdminContact(AdminContact AdminContact)
AdminContact
- The admin contact.public TechnicalContact getTechnicalContact()
public void setTechnicalContact(TechnicalContact TechnicalContact)
TechnicalContact
- The technical contact.public BillingContact getBillingContact()
public void setBillingContact(BillingContact BillingContact)
BillingContact
- The contact person for bills.public String getTemplateType()
public void setTemplateType(String TemplateType)
TemplateType
- The profile type. Valid values: `I` (individual, default), `E` (organization).Copyright © 2024. All rights reserved.