Class FunctionInfo
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicElementProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogNamespaceProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.SchemaNamespaceProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionInfo
- All Implemented Interfaces:
ElementBase
Description of a function. These are the values that are returned from UC.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.longReturn the time that the element was created.Return the fully qualified name of the function.Return the internal identifier of the function.longReturn the time that the element was last updated.inthashCode()Return hash code based on properties.voidsetCreated_at(long created_at) Set up the time that the element was created.voidsetFull_name(String full_name) Set up the full qualified name of the function.voidsetFunction_id(String function_id) Set up the internal identifier of the function.voidsetUpdated_at(long updated_at) Set up the time that the element was last updated.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.FunctionProperties
getData_type, getExternal_language, getFull_data_type, getInput_params, getIs_deterministic, getIs_null_call, getParameter_style, getReturn_params, getRoutine_body, getRoutine_definition, getRoutine_dependencies, getSecurity_type, getSpecific_name, getSql_data_access, setData_type, setExternal_language, setFull_data_type, setInput_params, setIs_deterministic, setIs_null_call, setParameter_style, setReturn_params, setRoutine_body, setRoutine_definition, setRoutine_dependencies, setSecurity_type, setSpecific_name, setSql_data_accessMethods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.SchemaNamespaceProperties
getSchema_name, setSchema_nameMethods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogNamespaceProperties
getCatalog_name, setCatalog_nameMethods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicElementProperties
getComment, getName, setComment, setNameMethods inherited from interface org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ElementBase
getComment, getName, setComment, setName
-
Constructor Details
-
FunctionInfo
public FunctionInfo()Constructor
-
-
Method Details
-
getCreated_at
public long getCreated_at()Return the time that the element was created.- Specified by:
getCreated_atin interfaceElementBase- Returns:
- date/time as long
-
setCreated_at
public void setCreated_at(long created_at) Set up the time that the element was created.- Specified by:
setCreated_atin interfaceElementBase- Parameters:
created_at- date/time as long
-
getUpdated_at
public long getUpdated_at()Return the time that the element was last updated.- Specified by:
getUpdated_atin interfaceElementBase- Returns:
- date/time as long
-
setUpdated_at
public void setUpdated_at(long updated_at) Set up the time that the element was last updated.- Specified by:
setUpdated_atin interfaceElementBase- Parameters:
updated_at- date/time as long
-
getFunction_id
Return the internal identifier of the function.- Returns:
- string
-
setFunction_id
Set up the internal identifier of the function.- Parameters:
function_id- string
-
getFull_name
Return the fully qualified name of the function.- Returns:
- string
-
setFull_name
Set up the full qualified name of the function.- Parameters:
full_name- string
-
toString
Standard toString method.- Overrides:
toStringin classFunctionProperties- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classFunctionProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classFunctionProperties- Returns:
- int
-