Class MetadataSourceRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.oif.rest.MetadataSourceRequestBody
- All Implemented Interfaces:
Serializable
MetadataSourceRequestBody is the request body structure used on OIF REST API calls that requests a new
element to represent a new metadata source.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the classification name.Return the qualified name.Return the type name for the metadata source.inthashCode()Create a hash code for this element type.voidsetClassificationName(String classificationName) Set up the classification name.voidsetQualifiedName(String qualifiedName) Set up the qualified name.voidsetTypeName(String typeName) Set up the type name for the metadata source.toString()Standard toString method.
-
Constructor Details
-
MetadataSourceRequestBody
public MetadataSourceRequestBody()Default constructor -
MetadataSourceRequestBody
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getTypeName
Return the type name for the metadata source.- Returns:
- string name
-
setTypeName
Set up the type name for the metadata source.- Parameters:
typeName- string
-
getClassificationName
Return the classification name.- Returns:
- string name
-
setClassificationName
Set up the classification name.- Parameters:
classificationName- string
-
getQualifiedName
Return the qualified name.- Returns:
- string name
-
setQualifiedName
Set up the qualified name.- Parameters:
qualifiedName- string
-
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.
-