Class InstancePropertiesRequest
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.InstancePropertiesRequest
-
- All Implemented Interfaces:
Serializable
public class InstancePropertiesRequest extends OMRSAPIRequest
InstancePropertiesRequest carries the properties needed to update an entity, relationship or classification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstancePropertiesRequest()Default constructorInstancePropertiesRequest(InstancePropertiesRequest 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.InstancePropertiesgetInstanceProperties()Return the list of properties for the new entity.inthashCode()Create a hash code for this element type.voidsetInstanceProperties(InstanceProperties instanceProperties)Set up the initial properties for the entity.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
InstancePropertiesRequest
public InstancePropertiesRequest()
Default constructor
-
InstancePropertiesRequest
public InstancePropertiesRequest(InstancePropertiesRequest template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getInstanceProperties
public InstanceProperties getInstanceProperties()
Return the list of properties for the new entity.- Returns:
- instance properties object
-
setInstanceProperties
public void setInstanceProperties(InstanceProperties instanceProperties)
Set up the initial properties for the entity.- Parameters:
instanceProperties- InstanceProperties object
-
toString
public String toString()
Standard toString method.
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
-
-