@Generated(value="org.jsonschema2pojo") public class Domain extends Object
| Constructor and Description |
|---|
Domain() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getContactID()
IDs of Contacts for this Domain
|
String |
getDescription()
A description of the Domain
|
String |
getLocationID()
The ID of the primary Location for this Domain
|
List<String> |
getWWW()
URLs of web pages with more information about the Domain
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setContactID(List<String> contactID)
IDs of Contacts for this Domain
|
void |
setDescription(String description)
A description of the Domain
|
void |
setLocationID(String locationID)
The ID of the primary Location for this Domain
|
void |
setWWW(List<String> wWW)
URLs of web pages with more information about the Domain
|
String |
toString() |
public String getDescription()
public void setDescription(String description)
public void setWWW(List<String> wWW)
public String getLocationID()
public void setLocationID(String locationID)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.