Package io.unitycatalog.client.model
Class UpdateCatalog
java.lang.Object
io.unitycatalog.client.model.UpdateCatalog
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class UpdateCatalog
extends Object
UpdateCatalog
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this UpdateCatalog object is equal to o.User-provided free-form text description.New name for the catalog.A map of key-value properties attached to the securable.inthashCode()properties(Map<String, String> properties) putPropertiesItem(String key, String propertiesItem) voidsetComment(String comment) voidsetNewName(String newName) voidsetProperties(Map<String, String> properties) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_COMMENT
- See Also:
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
JSON_PROPERTY_NEW_NAME
- See Also:
-
-
Constructor Details
-
UpdateCatalog
public UpdateCatalog()
-
-
Method Details
-
comment
-
getComment
User-provided free-form text description.- Returns:
- comment
-
setComment
-
properties
-
putPropertiesItem
-
getProperties
A map of key-value properties attached to the securable.- Returns:
- properties
-
setProperties
-
newName
-
getNewName
New name for the catalog.- Returns:
- newName
-
setNewName
-
equals
Return true if this UpdateCatalog object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-