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
ClassificationProxyRequest is used when working with classifications using an entity proxy.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return entity proxy.int
hashCode()
Create a hash code for this element type.void
setEntityProxy
(EntityProxy entityProxy) Set up the entity proxy.toString()
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 Details
-
ClassificationProxyRequest
public ClassificationProxyRequest()Default constructor -
ClassificationProxyRequest
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getEntityProxy
Return entity proxy.- Returns:
- instance properties object
-
setEntityProxy
Set up the entity proxy.- Parameters:
entityProxy
- InstanceProperties object
-
toString
Standard toString method.- Overrides:
toString
in classClassificationRequest
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classClassificationRequest
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCode
in classClassificationRequest
- Returns:
- int hash code
-