@Generated(value="org.jsonschema2pojo") public class Share_ extends Object
| Constructor and Description |
|---|
Share_() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
List<String> |
getActivityID()
The ID(s) of Activities consuming from this Share
|
Map<String,Object> |
getAdditionalProperties() |
String |
getDescription()
A human-readable description of the Share
|
List<String> |
getEndpointID()
The ID(s) of the Endpoints that can be used to access this Share
|
List<String> |
getMappingPolicyID()
ID(s) of MappingPolicies associated with this Share
|
List<String> |
getResourceID()
The ID(s) of the Resources associated with this Share
|
String |
getServiceID()
The ID of the Service this Share participates in
|
int |
hashCode() |
void |
setActivityID(List<String> activityID)
The ID(s) of Activities consuming from this Share
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setDescription(String description)
A human-readable description of the Share
|
void |
setEndpointID(List<String> endpointID)
The ID(s) of the Endpoints that can be used to access this Share
|
void |
setMappingPolicyID(List<String> mappingPolicyID)
ID(s) of MappingPolicies associated with this Share
|
void |
setResourceID(List<String> resourceID)
The ID(s) of the Resources associated with this Share
|
void |
setServiceID(String serviceID)
The ID of the Service this Share participates in
|
String |
toString() |
public String getDescription()
public void setDescription(String description)
public List<String> getEndpointID()
public void setEndpointID(List<String> endpointID)
public List<String> getResourceID()
public void setResourceID(List<String> resourceID)
public String getServiceID()
public void setServiceID(String serviceID)
public void setActivityID(List<String> activityID)
public List<String> getMappingPolicyID()
public void setMappingPolicyID(List<String> mappingPolicyID)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.