Class DnsRequisitionRequest
- java.lang.Object
-
- org.opennms.netmgt.provision.service.dns.DnsRequisitionRequest
-
- All Implemented Interfaces:
RequisitionRequest
public class DnsRequisitionRequest extends Object implements RequisitionRequest
-
-
Field Summary
Fields Modifier and Type Field Description static ForeignIdHashSource
DEFAULT_FOREIGN_ID_HASH_SOURCE
-
Constructor Summary
Constructors Constructor Description DnsRequisitionRequest()
DnsRequisitionRequest(Map<String,String> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getExpression()
Boolean
getFallback()
ForeignIdHashSource
getForeignIdHashSource()
String
getForeignSource()
String
getHost()
String
getLocation()
Integer
getPort()
Long
getSerial()
List<String>
getServices()
String
getZone()
int
hashCode()
void
setExpression(String expression)
void
setFallback(Boolean fallback)
void
setForeignIdHashSource(ForeignIdHashSource foreignIdHashSource)
void
setForeignSource(String foreignSource)
void
setHost(String host)
void
setLocation(String location)
void
setPort(Integer port)
void
setSerial(Long serial)
void
setServices(List<String> services)
void
setZone(String zone)
-
-
-
Field Detail
-
DEFAULT_FOREIGN_ID_HASH_SOURCE
public static final ForeignIdHashSource DEFAULT_FOREIGN_ID_HASH_SOURCE
-
-
Method Detail
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getPort
public Integer getPort()
-
setPort
public void setPort(Integer port)
-
getZone
public String getZone()
-
setZone
public void setZone(String zone)
-
getForeignSource
public String getForeignSource()
-
setForeignSource
public void setForeignSource(String foreignSource)
-
getSerial
public Long getSerial()
-
setSerial
public void setSerial(Long serial)
-
getFallback
public Boolean getFallback()
-
setFallback
public void setFallback(Boolean fallback)
-
getExpression
public String getExpression()
-
getLocation
public String getLocation()
-
setExpression
public void setExpression(String expression)
-
setLocation
public void setLocation(String location)
-
getForeignIdHashSource
public ForeignIdHashSource getForeignIdHashSource()
-
setForeignIdHashSource
public void setForeignIdHashSource(ForeignIdHashSource foreignIdHashSource)
-
-