Class MetadataCollectionIdRequest
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.MetadataCollectionIdRequest
-
- All Implemented Interfaces:
Serializable
public class MetadataCollectionIdRequest extends OMRSAPIRequest
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataCollectionIdRequest()Default constructorMetadataCollectionIdRequest(MetadataCollectionIdRequest 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.StringgetMetadataCollectionId()Return the metadata collection id for the local repository.inthashCode()Create a hash code for this element type.voidsetMetadataCollectionId(String metadataCollectionId)Set up the metadata collection id for the local repository.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
MetadataCollectionIdRequest
public MetadataCollectionIdRequest()
Default constructor
-
MetadataCollectionIdRequest
public MetadataCollectionIdRequest(MetadataCollectionIdRequest template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getMetadataCollectionId
public String getMetadataCollectionId()
Return the metadata collection id for the local repository.- Returns:
- string id
-
setMetadataCollectionId
public void setMetadataCollectionId(String metadataCollectionId)
Set up the metadata collection id for the local repository.- Parameters:
metadataCollectionId- string id
-
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.
-
-