public class Service extends Object implements Serializable
| Constructor and Description |
|---|
Service()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEndpoint() |
Map<String,String> |
getEndpointProperties() |
String |
getEndpointType() |
String |
getOrganizationId() |
String |
getServiceId() |
List<Policy> |
getServicePolicies() |
String |
getVersion() |
int |
hashCode() |
boolean |
isPublicService() |
void |
setEndpoint(String endpoint) |
void |
setEndpointProperties(Map<String,String> endpointProperties) |
void |
setEndpointType(String endpointType) |
void |
setOrganizationId(String organizationId) |
void |
setPublicService(boolean publicService) |
void |
setServiceId(String serviceId) |
void |
setServicePolicies(List<Policy> servicePolicies) |
void |
setVersion(String version) |
public String getOrganizationId()
public void setOrganizationId(String organizationId)
organizationId - the organizationId to setpublic String getServiceId()
public void setServiceId(String serviceId)
serviceId - the serviceId to setpublic String getEndpointType()
public void setEndpointType(String endpointType)
endpointType - the endpointType to setpublic String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - the endpoint to setpublic Map<String,String> getEndpointProperties()
public void setEndpointProperties(Map<String,String> endpointProperties)
endpointProperties - the endpointProperties to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic boolean isPublicService()
public void setPublicService(boolean publicService)
publicService - the publicService to setpublic void setServicePolicies(List<Policy> servicePolicies)
servicePolicies - the servicePolicies to setpublic int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.