Class MetadataCollectionIdRequest
java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
org.odpi.openmetadata.repositoryservices.rest.properties.MetadataCollectionIdRequest
- All Implemented Interfaces:
Serializable
MetadataCollectionIdRequest is the request structure used on the OMRS REST API calls that use the home metadata collection id as
a validator/originator for the request.
- 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 the metadata collection id for the local repository.int
hashCode()
Create a hash code for this element type.void
setMetadataCollectionId
(String metadataCollectionId) Set up the metadata collection id for the local repository.toString()
Standard toString method.
-
Constructor Details
-
MetadataCollectionIdRequest
public MetadataCollectionIdRequest()Default constructor -
MetadataCollectionIdRequest
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getMetadataCollectionId
Return the metadata collection id for the local repository.- Returns:
- string id
-
setMetadataCollectionId
Set up the metadata collection id for the local repository.- Parameters:
metadataCollectionId
- string id
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Create a hash code for this element type.
-