Class MetadataSourceRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.oif.rest.MetadataSourceRequestBody
MetadataSourceRequestBody is the request body structure used on OIF REST API calls that requests a new
element to represent a new metadata source.
-
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 classification name.Return the description of the type of capability this is.Return the qualified name.Return the type name for the metadata source.int
hashCode()
Create a hash code for this element type.void
setClassificationName
(String classificationName) Set up the classification name.void
setDeployedImplementationType
(String deployedImplementationType) Set up the description of the type of capability this is.void
setQualifiedName
(String qualifiedName) Set up the qualified name.void
setTypeName
(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
-
getDeployedImplementationType
Return the description of the type of capability this is.- Returns:
- string description
-
setDeployedImplementationType
Set up the description of the type of capability this is.- Parameters:
deployedImplementationType
- 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.
-