public static class ListRecordResponse.Record extends Object
| Constructor and Description |
|---|
Record() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Integer |
getPriority() |
String |
getRecordId() |
String |
getRr() |
String |
getStatus() |
Integer |
getTtl() |
String |
getType() |
String |
getValue() |
void |
setDescription(String description) |
void |
setPriority(Integer priority) |
void |
setRecordId(String recordId) |
void |
setRr(String rr) |
void |
setStatus(String status) |
void |
setTtl(Integer ttl) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
public 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 setStatus(String status)
public String getStatus()
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 © 2024. All rights reserved.