Class SchemaTypeChoiceRequestBody
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaElementProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaTypeProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaTypeChoiceProperties
org.odpi.openmetadata.commonservices.ffdc.rest.SchemaTypeChoiceRequestBody
public class SchemaTypeChoiceRequestBody
extends org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaTypeChoiceProperties
SchemaTypeChoiceRequestBody describes the properties of the schema type plus the optional identifiers for an
owning software server capability and the list of guids for the schema types that represent the choices.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor.SchemaTypeChoiceRequestBody(org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaTypeChoiceProperties template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the unique identifier of the software server capability entity that represented the external source - null for local.Return the unique name of the software server capability entity that represented the external source.Return the list of schema types that describe the options.inthashCode()Return hash code for this objectvoidsetExternalSourceGUID(String externalSourceGUID) Set up the unique identifier of the software server capability entity that represented the external source - null for local.voidsetExternalSourceName(String externalSourceName) Set up the unique name of the software server capability entity that represented the external source.voidsetSchemaTypeOptionGUIDs(List<String> schemaTypeOptionGUIDs) Set up the list of schema types that describe the options.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaTypeProperties
getAuthor, getEncodingStandard, getFormula, getFormulaType, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setFormulaType, setNamespace, setQueries, setUsage, setVersionNumberMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorPropertiesMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
SchemaTypeChoiceRequestBody
public SchemaTypeChoiceRequestBody()Default constructor -
SchemaTypeChoiceRequestBody
Copy/clone constructor.- Parameters:
template- object to copy
-
SchemaTypeChoiceRequestBody
public SchemaTypeChoiceRequestBody(org.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaTypeChoiceProperties template) Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Details
-
getExternalSourceGUID
Return the unique identifier of the software server capability entity that represented the external source - null for local.- Returns:
- string guid
-
setExternalSourceGUID
Set up the unique identifier of the software server capability entity that represented the external source - null for local.- Parameters:
externalSourceGUID- string guid
-
getExternalSourceName
Return the unique name of the software server capability entity that represented the external source.- Returns:
- string name
-
setExternalSourceName
Set up the unique name of the software server capability entity that represented the external source.- Parameters:
externalSourceName- string name
-
getSchemaTypeOptionGUIDs
Return the list of schema types that describe the options.- Returns:
- list of guids
-
setSchemaTypeOptionGUIDs
Set up the list of schema types that describe the options.- Parameters:
schemaTypeOptionGUIDs- list of guids
-
toString
JSON-style toString- Overrides:
toStringin classorg.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaTypeChoiceProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classorg.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaTypeProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classorg.odpi.openmetadata.frameworks.openmetadata.properties.schema.SchemaTypeProperties- Returns:
- int hash code
-