Class SchemaInfo

java.lang.Object
io.unitycatalog.client.model.SchemaInfo

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.5.0") public class SchemaInfo extends Object
SchemaInfo
  • Field Details

  • Constructor Details

    • SchemaInfo

      public SchemaInfo()
  • Method Details

    • name

      public SchemaInfo name(String name)
    • getName

      @Nullable public String getName()
      Name of schema, relative to parent catalog.
      Returns:
      name
    • setName

      public void setName(String name)
    • catalogName

      public SchemaInfo catalogName(String catalogName)
    • getCatalogName

      @Nullable public String getCatalogName()
      Name of parent catalog.
      Returns:
      catalogName
    • setCatalogName

      public void setCatalogName(String catalogName)
    • comment

      public SchemaInfo comment(String comment)
    • getComment

      @Nullable public String getComment()
      User-provided free-form text description.
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • properties

      public SchemaInfo properties(Map<String,String> properties)
    • putPropertiesItem

      public SchemaInfo putPropertiesItem(String key, String propertiesItem)
    • getProperties

      @Nullable public Map<String,String> getProperties()
      A map of key-value properties attached to the securable.
      Returns:
      properties
    • setProperties

      public void setProperties(Map<String,String> properties)
    • fullName

      public SchemaInfo fullName(String fullName)
    • getFullName

      @Nullable public String getFullName()
      Full name of schema, in form of __catalog_name__.__schema_name__.
      Returns:
      fullName
    • setFullName

      public void setFullName(String fullName)
    • owner

      public SchemaInfo owner(String owner)
    • getOwner

      @Nullable public String getOwner()
      Username of current owner of schema.
      Returns:
      owner
    • setOwner

      public void setOwner(String owner)
    • createdAt

      public SchemaInfo createdAt(Long createdAt)
    • getCreatedAt

      @Nullable public Long getCreatedAt()
      Time at which this schema was created, in epoch milliseconds.
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • createdBy

      public SchemaInfo createdBy(String createdBy)
    • getCreatedBy

      @Nullable public String getCreatedBy()
      Username of schema creator.
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • updatedAt

      public SchemaInfo updatedAt(Long updatedAt)
    • getUpdatedAt

      @Nullable public Long getUpdatedAt()
      Time at which this schema was last modified, in epoch milliseconds.
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • updatedBy

      public SchemaInfo updatedBy(String updatedBy)
    • getUpdatedBy

      @Nullable public String getUpdatedBy()
      Username of user who last modified schema.
      Returns:
      updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • schemaId

      public SchemaInfo schemaId(String schemaId)
    • getSchemaId

      @Nullable public String getSchemaId()
      Unique identifier for the schema.
      Returns:
      schemaId
    • setSchemaId

      public void setSchemaId(String schemaId)
    • equals

      public boolean equals(Object o)
      Return true if this SchemaInfo object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string