Package io.tiledb.cloud.rest_api.model
Class ArrayInfoUpdate
- java.lang.Object
-
- io.tiledb.cloud.rest_api.model.ArrayInfoUpdate
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-14T18:46:41.869452+03:00[Europe/Athens]") public class ArrayInfoUpdate extends java.lang.Object
metadata of an array
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ArrayInfoUpdate.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static java.util.HashSet<java.lang.String>
openapiFields
static java.util.HashSet<java.lang.String>
openapiRequiredFields
static java.lang.String
SERIALIZED_NAME_ACCESS_CREDENTIALS_NAME
static java.lang.String
SERIALIZED_NAME_DESCRIPTION
static java.lang.String
SERIALIZED_NAME_FILE_PROPERTIES
static java.lang.String
SERIALIZED_NAME_FILE_TYPE
static java.lang.String
SERIALIZED_NAME_LICENSE_ID
static java.lang.String
SERIALIZED_NAME_LICENSE_TEXT
static java.lang.String
SERIALIZED_NAME_LOGO
static java.lang.String
SERIALIZED_NAME_NAME
static java.lang.String
SERIALIZED_NAME_READ_ONLY
static java.lang.String
SERIALIZED_NAME_TAGS
static java.lang.String
SERIALIZED_NAME_URI
-
Constructor Summary
Constructors Constructor Description ArrayInfoUpdate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayInfoUpdate
accessCredentialsName(java.lang.String accessCredentialsName)
ArrayInfoUpdate
addTagsItem(java.lang.String tagsItem)
ArrayInfoUpdate
description(java.lang.String description)
boolean
equals(java.lang.Object o)
ArrayInfoUpdate
fileProperties(java.util.Map<java.lang.String,java.lang.String> fileProperties)
ArrayInfoUpdate
fileType(FileType fileType)
static ArrayInfoUpdate
fromJson(java.lang.String jsonString)
Create an instance of ArrayInfoUpdate given an JSON stringjava.lang.String
getAccessCredentialsName()
the name of the access credentials to use.java.lang.String
getDescription()
description of arrayjava.util.Map<java.lang.String,java.lang.String>
getFileProperties()
map of file properties created for this arrayFileType
getFileType()
Get fileTypejava.lang.String
getLicenseId()
License identifier from SPDX License List or Customjava.lang.String
getLicenseText()
License textjava.lang.String
getLogo()
logo (base64 encoded) for the array.java.lang.String
getName()
description of arrayjava.lang.Boolean
getReadOnly()
Suggests if the array is in read_only modejava.util.List<java.lang.String>
getTags()
optional tags for arrayjava.lang.String
getUri()
uri of arrayint
hashCode()
ArrayInfoUpdate
licenseId(java.lang.String licenseId)
ArrayInfoUpdate
licenseText(java.lang.String licenseText)
ArrayInfoUpdate
logo(java.lang.String logo)
ArrayInfoUpdate
name(java.lang.String name)
ArrayInfoUpdate
putFilePropertiesItem(java.lang.String key, java.lang.String filePropertiesItem)
ArrayInfoUpdate
readOnly(java.lang.Boolean readOnly)
void
setAccessCredentialsName(java.lang.String accessCredentialsName)
void
setDescription(java.lang.String description)
void
setFileProperties(java.util.Map<java.lang.String,java.lang.String> fileProperties)
void
setFileType(FileType fileType)
void
setLicenseId(java.lang.String licenseId)
void
setLicenseText(java.lang.String licenseText)
void
setLogo(java.lang.String logo)
void
setName(java.lang.String name)
void
setReadOnly(java.lang.Boolean readOnly)
void
setTags(java.util.List<java.lang.String> tags)
void
setUri(java.lang.String uri)
ArrayInfoUpdate
tags(java.util.List<java.lang.String> tags)
java.lang.String
toJson()
Convert an instance of ArrayInfoUpdate to an JSON stringjava.lang.String
toString()
ArrayInfoUpdate
uri(java.lang.String uri)
static void
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_DESCRIPTION
public static final java.lang.String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final java.lang.String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_URI
public static final java.lang.String SERIALIZED_NAME_URI
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FILE_TYPE
public static final java.lang.String SERIALIZED_NAME_FILE_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FILE_PROPERTIES
public static final java.lang.String SERIALIZED_NAME_FILE_PROPERTIES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACCESS_CREDENTIALS_NAME
public static final java.lang.String SERIALIZED_NAME_ACCESS_CREDENTIALS_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOGO
public static final java.lang.String SERIALIZED_NAME_LOGO
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TAGS
public static final java.lang.String SERIALIZED_NAME_TAGS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LICENSE_ID
public static final java.lang.String SERIALIZED_NAME_LICENSE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LICENSE_TEXT
public static final java.lang.String SERIALIZED_NAME_LICENSE_TEXT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_READ_ONLY
public static final java.lang.String SERIALIZED_NAME_READ_ONLY
- See Also:
- Constant Field Values
-
openapiFields
public static java.util.HashSet<java.lang.String> openapiFields
-
openapiRequiredFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
-
-
Method Detail
-
description
public ArrayInfoUpdate description(java.lang.String description)
-
getDescription
@Nullable public java.lang.String getDescription()
description of array- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
name
public ArrayInfoUpdate name(java.lang.String name)
-
getName
@Nullable public java.lang.String getName()
description of array- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
uri
public ArrayInfoUpdate uri(java.lang.String uri)
-
getUri
@Nullable public java.lang.String getUri()
uri of array- Returns:
- uri
-
setUri
public void setUri(java.lang.String uri)
-
fileType
public ArrayInfoUpdate fileType(FileType fileType)
-
getFileType
@Nullable public FileType getFileType()
Get fileType- Returns:
- fileType
-
setFileType
public void setFileType(FileType fileType)
-
fileProperties
public ArrayInfoUpdate fileProperties(java.util.Map<java.lang.String,java.lang.String> fileProperties)
-
putFilePropertiesItem
public ArrayInfoUpdate putFilePropertiesItem(java.lang.String key, java.lang.String filePropertiesItem)
-
getFileProperties
@Nullable public java.util.Map<java.lang.String,java.lang.String> getFileProperties()
map of file properties created for this array- Returns:
- fileProperties
-
setFileProperties
public void setFileProperties(java.util.Map<java.lang.String,java.lang.String> fileProperties)
-
accessCredentialsName
public ArrayInfoUpdate accessCredentialsName(java.lang.String accessCredentialsName)
-
getAccessCredentialsName
@Nullable public java.lang.String getAccessCredentialsName()
the name of the access credentials to use. if unset, the default credentials will be used- Returns:
- accessCredentialsName
-
setAccessCredentialsName
public void setAccessCredentialsName(java.lang.String accessCredentialsName)
-
logo
public ArrayInfoUpdate logo(java.lang.String logo)
-
getLogo
@Nullable public java.lang.String getLogo()
logo (base64 encoded) for the array. Optional- Returns:
- logo
-
setLogo
public void setLogo(java.lang.String logo)
-
tags
public ArrayInfoUpdate tags(java.util.List<java.lang.String> tags)
-
addTagsItem
public ArrayInfoUpdate addTagsItem(java.lang.String tagsItem)
-
getTags
@Nullable public java.util.List<java.lang.String> getTags()
optional tags for array- Returns:
- tags
-
setTags
public void setTags(java.util.List<java.lang.String> tags)
-
licenseId
public ArrayInfoUpdate licenseId(java.lang.String licenseId)
-
getLicenseId
@Nullable public java.lang.String getLicenseId()
License identifier from SPDX License List or Custom- Returns:
- licenseId
-
setLicenseId
public void setLicenseId(java.lang.String licenseId)
-
licenseText
public ArrayInfoUpdate licenseText(java.lang.String licenseText)
-
getLicenseText
@Nullable public java.lang.String getLicenseText()
License text- Returns:
- licenseText
-
setLicenseText
public void setLicenseText(java.lang.String licenseText)
-
readOnly
public ArrayInfoUpdate readOnly(java.lang.Boolean readOnly)
-
getReadOnly
@Nullable public java.lang.Boolean getReadOnly()
Suggests if the array is in read_only mode- Returns:
- readOnly
-
setReadOnly
public void setReadOnly(java.lang.Boolean readOnly)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws java.io.IOException
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj
- JSON Object- Throws:
java.io.IOException
- if the JSON Object is invalid with respect to ArrayInfoUpdate
-
fromJson
public static ArrayInfoUpdate fromJson(java.lang.String jsonString) throws java.io.IOException
Create an instance of ArrayInfoUpdate given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of ArrayInfoUpdate
- Throws:
java.io.IOException
- if the JSON string is invalid with respect to ArrayInfoUpdate
-
toJson
public java.lang.String toJson()
Convert an instance of ArrayInfoUpdate to an JSON string- Returns:
- JSON string
-
-