public class IntlTemplateInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IntlTemplateInfo() | 
| IntlTemplateInfo(IntlTemplateInfo 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. | 
| String | getCreatedOn()Get The creation time. | 
| Long | getIsDefault()Get Whether the profile is the default one. | 
| RegistrantContact | getRegistrantContact()Get The registrant contact. | 
| TechnicalContact | getTechnicalContact()Get The technical contact. | 
| String | getTemplateId()Get The profile ID. | 
| String | getTemplateType()Get The registrant type. | 
| String | getUin()Get The account ID. | 
| String | getUpdatedOn()Get The last updated time. | 
| void | setAdminContact(AdminContact AdminContact)Set The admin contact. | 
| void | setBillingContact(BillingContact BillingContact)Set The contact person for bills. | 
| void | setCreatedOn(String CreatedOn)Set The creation time. | 
| void | setIsDefault(Long IsDefault)Set Whether the profile is the default one. | 
| void | setRegistrantContact(RegistrantContact RegistrantContact)Set The registrant contact. | 
| void | setTechnicalContact(TechnicalContact TechnicalContact)Set The technical contact. | 
| void | setTemplateId(String TemplateId)Set The profile ID. | 
| void | setTemplateType(String TemplateType)Set The registrant type. | 
| void | setUin(String Uin)Set The account ID. | 
| void | setUpdatedOn(String UpdatedOn)Set The last updated time. | 
| 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 IntlTemplateInfo()
public IntlTemplateInfo(IntlTemplateInfo 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 getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn - The creation time.public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId - The profile ID.public String getTemplateType()
public void setTemplateType(String TemplateType)
TemplateType - The registrant type. Valid values: `I` (individual), `E` (organization).public String getUpdatedOn()
public void setUpdatedOn(String UpdatedOn)
UpdatedOn - The last updated time.public String getUin()
public void setUin(String Uin)
Uin - The account ID.public Long getIsDefault()
public void setIsDefault(Long IsDefault)
IsDefault - Whether the profile is the default one.Copyright © 2025. All rights reserved.