@Generated(value="org.jsonschema2pojo") public class Service_ extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Service_.QualityLevel |
| Constructor and Description |
|---|
Service_() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getCapability()
Capability_t (open enumeration)
|
String |
getComplexity()
A human-readable description of the number of endpoint types, shares, and resources
|
List<String> |
getContactID()
The IDs of Contacts for this Service
|
List<String> |
getEndpointID()
The IDs of Endpoints for this Service
|
String |
getLocationID()
The ID of the primary Location of this Service
|
List<String> |
getManagerID()
The IDs of the Managers of this Service
|
Service_.QualityLevel |
getQualityLevel()
QualityLevel_t
|
List<String> |
getServiceID()
The IDs of Services related to this Service
|
List<String> |
getShareID()
The IDs of the Shares offered by this Service
|
List<String> |
getStatusInfo()
URLs of web pages providing additional information
|
String |
getType()
ServiceType_t (open enumeration)
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCapability(List<String> capability)
Capability_t (open enumeration)
|
void |
setComplexity(String complexity)
A human-readable description of the number of endpoint types, shares, and resources
|
void |
setContactID(List<String> contactID)
The IDs of Contacts for this Service
|
void |
setEndpointID(List<String> endpointID)
The IDs of Endpoints for this Service
|
void |
setLocationID(String locationID)
The ID of the primary Location of this Service
|
void |
setManagerID(List<String> managerID)
The IDs of the Managers of this Service
|
void |
setQualityLevel(Service_.QualityLevel qualityLevel)
QualityLevel_t
|
void |
setServiceID(List<String> serviceID)
The IDs of Services related to this Service
|
void |
setShareID(List<String> shareID)
The IDs of the Shares offered by this Service
|
void |
setStatusInfo(List<String> statusInfo)
URLs of web pages providing additional information
|
void |
setType(String type)
ServiceType_t (open enumeration)
|
String |
toString() |
public String getType()
public void setType(String type)
public Service_.QualityLevel getQualityLevel()
public void setQualityLevel(Service_.QualityLevel qualityLevel)
public List<String> getStatusInfo()
public void setStatusInfo(List<String> statusInfo)
public String getComplexity()
public void setComplexity(String complexity)
public void setEndpointID(List<String> endpointID)
public void setShareID(List<String> shareID)
public void setManagerID(List<String> managerID)
public String getLocationID()
public void setLocationID(String locationID)
public void setServiceID(List<String> serviceID)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.