@Generated(value="org.jsonschema2pojo") public class Activity extends Object
| Constructor and Description |
|---|
Activity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
List<String> |
getActivityID()
The IDs of other Activities related to this one
|
Map<String,Object> |
getAdditionalProperties() |
String |
getEndpointID()
The ID of the Endpoint managing Activity
|
String |
getResourceID()
The ID of the Resource executing this Activity
|
String |
getShareID()
The ID of the Share servicing this Activity
|
String |
getUserDomainID()
An ID
|
int |
hashCode() |
void |
setActivityID(List<String> activityID)
The IDs of other Activities related to this one
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setEndpointID(String endpointID)
The ID of the Endpoint managing Activity
|
void |
setResourceID(String resourceID)
The ID of the Resource executing this Activity
|
void |
setShareID(String shareID)
The ID of the Share servicing this Activity
|
void |
setUserDomainID(String userDomainID)
An ID
|
String |
toString() |
public String getUserDomainID()
public void setUserDomainID(String userDomainID)
public String getEndpointID()
public void setEndpointID(String endpointID)
public String getShareID()
public void setShareID(String shareID)
public String getResourceID()
public void setResourceID(String resourceID)
public void setActivityID(List<String> activityID)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.