public class ModifyDnsRecordRequest extends AbstractModel
Constructor and Description |
---|
ModifyDnsRecordRequest() |
ModifyDnsRecordRequest(ModifyDnsRecordRequest 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 |
getContent()
Get 记录内容
|
String |
getId()
Get 记录 ID
|
String |
getMode()
Get 代理模式
|
String |
getName()
Get 记录名称
|
Long |
getPriority()
Get 优先级
|
Long |
getTtl()
Get 生存时间值
|
String |
getType()
Get 记录类型
|
String |
getZoneId()
Get 站点 ID
|
void |
setContent(String Content)
Set 记录内容
|
void |
setId(String Id)
Set 记录 ID
|
void |
setMode(String Mode)
Set 代理模式
|
void |
setName(String Name)
Set 记录名称
|
void |
setPriority(Long Priority)
Set 优先级
|
void |
setTtl(Long Ttl)
Set 生存时间值
|
void |
setType(String Type)
Set 记录类型
|
void |
setZoneId(String ZoneId)
Set 站点 ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyDnsRecordRequest()
public ModifyDnsRecordRequest(ModifyDnsRecordRequest source)
public String getId()
public void setId(String Id)
Id
- 记录 IDpublic String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点 IDpublic String getType()
public void setType(String Type)
Type
- 记录类型public String getName()
public void setName(String Name)
Name
- 记录名称public String getContent()
public void setContent(String Content)
Content
- 记录内容public Long getTtl()
public void setTtl(Long Ttl)
Ttl
- 生存时间值public Long getPriority()
public void setPriority(Long Priority)
Priority
- 优先级public String getMode()
public void setMode(String Mode)
Mode
- 代理模式Copyright © 2023. All rights reserved.