Class ClassificationProxyRequest
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationProxyRequest
-
- All Implemented Interfaces:
Serializable
public class ClassificationProxyRequest extends ClassificationRequest
ClassificationProxyRequest is used when working with classifications using an entity proxy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassificationProxyRequest()Default constructorClassificationProxyRequest(ClassificationProxyRequest template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.EntityProxygetEntityProxy()Return entity proxy.inthashCode()Create a hash code for this element type.voidsetEntityProxy(EntityProxy entityProxy)Set up the entity proxy.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.ClassificationRequest
getClassificationOrigin, getClassificationOriginGUID, getClassificationProperties, getMetadataCollectionId, getMetadataCollectionName, setClassificationOrigin, setClassificationOriginGUID, setClassificationProperties, setMetadataCollectionId, setMetadataCollectionName
-
-
-
-
Constructor Detail
-
ClassificationProxyRequest
public ClassificationProxyRequest()
Default constructor
-
ClassificationProxyRequest
public ClassificationProxyRequest(ClassificationProxyRequest template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getEntityProxy
public EntityProxy getEntityProxy()
Return entity proxy.- Returns:
- instance properties object
-
setEntityProxy
public void setEntityProxy(EntityProxy entityProxy)
Set up the entity proxy.- Parameters:
entityProxy- InstanceProperties object
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classClassificationRequest- Returns:
- print out of variables in a JSON-style
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classClassificationRequest- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Create a hash code for this element type.- Overrides:
hashCodein classClassificationRequest- Returns:
- int hash code
-
-