Class RegisteredModelInfo
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicProperties
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.StoredDataProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.RegisteredModelProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.RegisteredModelInfo
- All Implemented Interfaces:
ElementBase
Description of a registered model. These are the values that are returned from UC.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.long
Return the time that the element was created.Return the userId that created the element.Return the fully qualified name of the registered model.getId()
Return the internal identifier of the registered model.long
Return the time that the element was last updated.Return the element that last updated the element.int
hashCode()
Return hash code based on properties.void
setCreated_at
(long created_at) Set up the time that the element was created.void
setCreated_by
(String created_by) Set up the userId that created the element.void
setFull_name
(String full_name) Set up the full qualified name of the registered model.void
Set up the internal identifier of the registered model.void
setUpdated_at
(long updated_at) Set up the time that the element was last updated.void
setUpdated_by
(String updated_by) Set up the element that last updated the element.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.StoredDataProperties
getStorage_location, setStorage_location
Methods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.SchemaNamespaceProperties
getSchema_name, setSchema_name
Methods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogNamespaceProperties
getCatalog_name, setCatalog_name
Methods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicElementProperties
getMetastore_id, getOwner, getSecurable_kind, getSecurable_type, isBrowse_only, setBrowse_only, setMetastore_id, setOwner, setSecurable_kind, setSecurable_type
Methods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicProperties
getComment, getName, setComment, setName
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ElementBase
getComment, getName, getOwner, setComment, setName, setOwner
-
Constructor Details
-
RegisteredModelInfo
public RegisteredModelInfo()Constructor
-
-
Method Details
-
getCreated_at
public long getCreated_at()Return the time that the element was created.- Specified by:
getCreated_at
in 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_at
in 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_at
in 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_at
in interfaceElementBase
- Parameters:
updated_at
- date/time as long
-
getCreated_by
Return the userId that created the element.- Specified by:
getCreated_by
in interfaceElementBase
- Returns:
- string name
-
setCreated_by
Set up the userId that created the element.- Specified by:
setCreated_by
in interfaceElementBase
- Parameters:
created_by
- string name
-
getUpdated_by
Return the element that last updated the element.- Specified by:
getUpdated_by
in interfaceElementBase
- Returns:
- string name
-
setUpdated_by
Set up the element that last updated the element.- Specified by:
setUpdated_by
in interfaceElementBase
- Parameters:
updated_by
- string name
-
getId
Return the internal identifier of the registered model.- Returns:
- string
-
setId
Set up the internal identifier of the registered model.- Parameters:
id
- string
-
getFull_name
Return the fully qualified name of the registered model.- Returns:
- string
-
setFull_name
Set up the full qualified name of the registered model.- Parameters:
full_name
- string
-
toString
Standard toString method.- Overrides:
toString
in classRegisteredModelProperties
- 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:
equals
in classStoredDataProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classStoredDataProperties
- Returns:
- int
-