public class OriginRequestBody extends OCFOMASAPIRequestBody
| Constructor and Description |
|---|
OriginRequestBody()
Default constructor
|
OriginRequestBody(OriginRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getBusinessCapabilityGUID()
Return the unique identifier (GUID) of the business capability where this asset originated from.
|
String |
getOrganizationGUID()
Return the unique identifier (GUID) of the organization where this asset originated from.
|
Map<String,String> |
getOtherOriginValues()
Return any other descriptive labels describing origin of the asset.
|
int |
hashCode()
Return hash code for this object
|
void |
setBusinessCapabilityGUID(String businessCapabilityGUID)
Set up the unique identifier (GUID) of the business capability where this asset originated from.
|
void |
setOrganizationGUID(String organizationGUID)
Set up the unique identifier (GUID) of the organization where this asset originated from.
|
void |
setOtherOriginValues(Map<String,String> otherOriginValues)
Set up any descriptive labels describing origin of the asset.
|
String |
toString()
JSON-style toString.
|
public OriginRequestBody()
public OriginRequestBody(OriginRequestBody template)
template - object to copypublic String getOrganizationGUID()
public void setOrganizationGUID(String organizationGUID)
organizationGUID - unique identifier (GUID)public String getBusinessCapabilityGUID()
public void setBusinessCapabilityGUID(String businessCapabilityGUID)
businessCapabilityGUID - unique identifier (GUID)public Map<String,String> getOtherOriginValues()
public void setOtherOriginValues(Map<String,String> otherOriginValues)
otherOriginValues - map of property valuespublic String toString()
toString in class OCFOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.