public class AddRecordRequest extends BaseBceRequest
| Constructor and Description |
|---|
AddRecordRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Integer |
getPriority() |
String |
getRecordId() |
String |
getRr() |
Integer |
getTtl() |
String |
getType() |
String |
getValue() |
void |
setDescription(String description) |
void |
setPriority(Integer priority) |
void |
setRecordId(String recordId) |
void |
setRr(String rr) |
void |
setTtl(Integer ttl) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic void setRecordId(String recordId)
public String getRecordId()
public void setRr(String rr)
public String getRr()
public void setValue(String value)
public String getValue()
public void setType(String type)
public String getType()
public void setTtl(Integer ttl)
public Integer getTtl()
public void setPriority(Integer priority)
public Integer getPriority()
public void setDescription(String description)
public String getDescription()
Copyright © 2023. All rights reserved.