public class RecordForBatchCreateRecordInput extends Object
| Constructor and Description |
|---|
RecordForBatchCreateRecordInput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost()
Get host
|
String |
getLine()
Get line
|
String |
getRemark()
Get remark
|
Integer |
getTTL()
Get TTL
|
String |
getType()
Get type
|
String |
getValue()
Get value
|
Integer |
getWeight()
Get weight
|
int |
hashCode() |
RecordForBatchCreateRecordInput |
host(String host) |
RecordForBatchCreateRecordInput |
line(String line) |
RecordForBatchCreateRecordInput |
remark(String remark) |
void |
setHost(String host) |
void |
setLine(String line) |
void |
setRemark(String remark) |
void |
setTTL(Integer TTL) |
void |
setType(String type) |
void |
setValue(String value) |
void |
setWeight(Integer weight) |
String |
toString() |
RecordForBatchCreateRecordInput |
TTL(Integer TTL) |
RecordForBatchCreateRecordInput |
type(String type) |
RecordForBatchCreateRecordInput |
value(String value) |
RecordForBatchCreateRecordInput |
weight(Integer weight) |
public RecordForBatchCreateRecordInput host(String host)
public String getHost()
public void setHost(String host)
public RecordForBatchCreateRecordInput line(String line)
public String getLine()
public void setLine(String line)
public RecordForBatchCreateRecordInput remark(String remark)
public String getRemark()
public void setRemark(String remark)
public RecordForBatchCreateRecordInput TTL(Integer TTL)
public Integer getTTL()
public void setTTL(Integer TTL)
public RecordForBatchCreateRecordInput type(String type)
public String getType()
public void setType(String type)
public RecordForBatchCreateRecordInput value(String value)
public String getValue()
public void setValue(String value)
public RecordForBatchCreateRecordInput weight(Integer weight)
public Integer getWeight()
public void setWeight(Integer weight)
Copyright © 2026. All rights reserved.