public class DomainRecord extends RateLimitBase
Constructor and Description |
---|
DomainRecord() |
DomainRecord(String name) |
DomainRecord(String name,
String type) |
DomainRecord(String name,
String data,
String type) |
DomainRecord(String name,
String data,
String type,
String priority,
Integer port,
Integer weight) |
Modifier and Type | Method and Description |
---|---|
String |
getData() |
Integer |
getId() |
String |
getName() |
Integer |
getPort() |
String |
getPriority() |
String |
getType() |
Integer |
getWeight() |
void |
setData(String data) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setPort(Integer port) |
void |
setPriority(String priority) |
void |
setType(String type) |
void |
setWeight(Integer weight) |
String |
toString() |
getRateLimit, setRateLimit
public DomainRecord()
public DomainRecord(String name)
public String toString()
toString
in class RateLimitBase
public Integer getId()
public void setId(Integer id)
id
- the id to setpublic String getType()
public void setType(String type)
type
- the type to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getData()
public void setData(String data)
data
- the data to setpublic String getPriority()
public void setPriority(String priority)
priority
- the priority to setpublic Integer getPort()
public void setPort(Integer port)
port
- the port to setpublic Integer getWeight()
public void setWeight(Integer weight)
weight
- the weight to set
Copyright © myjeeva blog, All rights reserved.
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.