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