@Generated(value="org.jsonschema2pojo") public class Contact extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Contact.Type |
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDetail()
A URI embedding the contact information
|
List<String> |
getDomainID()
The IDs of Domains associated with this Contact
|
List<String> |
getServiceID()
The IDs of Services associated with this Contact
|
Contact.Type |
getType()
closed enumeration ContactType_t
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDetail(String detail)
A URI embedding the contact information
|
void |
setDomainID(List<String> domainID)
The IDs of Domains associated with this Contact
|
void |
setServiceID(List<String> serviceID)
The IDs of Services associated with this Contact
|
void |
setType(Contact.Type type)
closed enumeration ContactType_t
|
String |
toString() |
public String getDetail()
public void setDetail(String detail)
public Contact.Type getType()
public void setType(Contact.Type type)
public void setServiceID(List<String> serviceID)
public void setDomainID(List<String> domainID)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.