@Generated(value="org.jsonschema2pojo") public class Endpoint extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Endpoint.HealthState |
static class |
Endpoint.QualityLevel |
static class |
Endpoint.ServingState |
| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
List<String> |
getAccessPolicyID()
IDs of AccessPolicies associated with this Endpoint
|
List<String> |
getActivityID()
IDs of Activities being managed through this Endpoint
|
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getCapability()
Capability_t (open enumeration)
|
String |
getDowntimeAnnounce()
When the next scheduled downtime was announced (DateTime_t)
|
String |
getDowntimeEnd()
When the next scheduled downtime will end (DateTime_t)
|
String |
getDowntimeInfo()
Human-readable of the next scheduled downtime
|
String |
getDowntimeStart()
When the next scheduled downtime will start (DateTime_t)
|
Endpoint.HealthState |
getHealthState()
The operational status of the Endpoint
|
String |
getHealthStateInfo()
A human-readable explanation of the HealthState of this Endpoint
|
String |
getImplementationName()
The name of the implementation of the Endpoint
|
String |
getImplementationVersion()
The version of the implementation of the Endpoint
|
String |
getImplementor()
The name of the main organization implementing the Endpoint
|
List<String> |
getInterfaceExtension()
URIs identifying supported extensions to the interface protocol
|
String |
getInterfaceName()
InterfaceName_t
|
String |
getInterfaceVersion()
The version of the primary interface protocol (free format)
|
String |
getIssuerCA()
The DN of the CA issuing the certificate presented by this Endpoint
|
Endpoint.QualityLevel |
getQualityLevel()
QualityLevel_t
|
List<String> |
getSemantics()
URL(s) of documents providing human-readable descriptions of the semantics of the Endpoint
|
String |
getServiceID()
The ID of the Service associated with this Endpoint
|
Endpoint.ServingState |
getServingState()
If the endpoint is accepting and serving requests
|
List<String> |
getShareID()
The IDs of the Shares accessible from this Endpoint
|
String |
getStartTime()
The start time of the Service associated with this Endpoint (DateTime_t)
|
List<String> |
getSupportedProfile()
URI(s) identifying supported profiles for the Endpoint
|
String |
getTechnology()
EndpointTechnology_t
|
List<String> |
getTrustedCA()
DN(s) of CAs trusted by this Endpoint
|
String |
getURL()
Network location of the endpoint
|
List<String> |
getWSDL()
URLs of WSDL document(s) describing the interface
|
int |
hashCode() |
void |
setAccessPolicyID(List<String> accessPolicyID)
IDs of AccessPolicies associated with this Endpoint
|
void |
setActivityID(List<String> activityID)
IDs of Activities being managed through this Endpoint
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setCapability(List<String> capability)
Capability_t (open enumeration)
|
void |
setDowntimeAnnounce(String downtimeAnnounce)
When the next scheduled downtime was announced (DateTime_t)
|
void |
setDowntimeEnd(String downtimeEnd)
When the next scheduled downtime will end (DateTime_t)
|
void |
setDowntimeInfo(String downtimeInfo)
Human-readable of the next scheduled downtime
|
void |
setDowntimeStart(String downtimeStart)
When the next scheduled downtime will start (DateTime_t)
|
void |
setHealthState(Endpoint.HealthState healthState)
The operational status of the Endpoint
|
void |
setHealthStateInfo(String healthStateInfo)
A human-readable explanation of the HealthState of this Endpoint
|
void |
setImplementationName(String implementationName)
The name of the implementation of the Endpoint
|
void |
setImplementationVersion(String implementationVersion)
The version of the implementation of the Endpoint
|
void |
setImplementor(String implementor)
The name of the main organization implementing the Endpoint
|
void |
setInterfaceExtension(List<String> interfaceExtension)
URIs identifying supported extensions to the interface protocol
|
void |
setInterfaceName(String interfaceName)
InterfaceName_t
|
void |
setInterfaceVersion(String interfaceVersion)
The version of the primary interface protocol (free format)
|
void |
setIssuerCA(String issuerCA)
The DN of the CA issuing the certificate presented by this Endpoint
|
void |
setQualityLevel(Endpoint.QualityLevel qualityLevel)
QualityLevel_t
|
void |
setSemantics(List<String> semantics)
URL(s) of documents providing human-readable descriptions of the semantics of the Endpoint
|
void |
setServiceID(String serviceID)
The ID of the Service associated with this Endpoint
|
void |
setServingState(Endpoint.ServingState servingState)
If the endpoint is accepting and serving requests
|
void |
setShareID(List<String> shareID)
The IDs of the Shares accessible from this Endpoint
|
void |
setStartTime(String startTime)
The start time of the Service associated with this Endpoint (DateTime_t)
|
void |
setSupportedProfile(List<String> supportedProfile)
URI(s) identifying supported profiles for the Endpoint
|
void |
setTechnology(String technology)
EndpointTechnology_t
|
void |
setTrustedCA(List<String> trustedCA)
DN(s) of CAs trusted by this Endpoint
|
void |
setURL(String uRL)
Network location of the endpoint
|
void |
setWSDL(List<String> wSDL)
URLs of WSDL document(s) describing the interface
|
String |
toString() |
public String getURL()
public void setURL(String uRL)
public String getTechnology()
public void setTechnology(String technology)
public String getInterfaceName()
public void setInterfaceName(String interfaceName)
public String getInterfaceVersion()
public void setInterfaceVersion(String interfaceVersion)
public List<String> getInterfaceExtension()
public void setInterfaceExtension(List<String> interfaceExtension)
public List<String> getSupportedProfile()
public void setSupportedProfile(List<String> supportedProfile)
public List<String> getSemantics()
public void setSemantics(List<String> semantics)
public String getImplementor()
public void setImplementor(String implementor)
public String getImplementationName()
public void setImplementationName(String implementationName)
public String getImplementationVersion()
public void setImplementationVersion(String implementationVersion)
public Endpoint.QualityLevel getQualityLevel()
public void setQualityLevel(Endpoint.QualityLevel qualityLevel)
public Endpoint.HealthState getHealthState()
public void setHealthState(Endpoint.HealthState healthState)
public String getHealthStateInfo()
public void setHealthStateInfo(String healthStateInfo)
public Endpoint.ServingState getServingState()
public void setServingState(Endpoint.ServingState servingState)
public String getStartTime()
public void setStartTime(String startTime)
public String getIssuerCA()
public void setIssuerCA(String issuerCA)
public String getDowntimeAnnounce()
public void setDowntimeAnnounce(String downtimeAnnounce)
public String getDowntimeStart()
public void setDowntimeStart(String downtimeStart)
public String getDowntimeEnd()
public void setDowntimeEnd(String downtimeEnd)
public String getDowntimeInfo()
public void setDowntimeInfo(String downtimeInfo)
public String getServiceID()
public void setServiceID(String serviceID)
public void setShareID(List<String> shareID)
public List<String> getAccessPolicyID()
public void setAccessPolicyID(List<String> accessPolicyID)
public List<String> getActivityID()
public void setActivityID(List<String> activityID)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.