Package io.unitycatalog.client.model
Class UpdateVolumeRequestContent
java.lang.Object
io.unitycatalog.client.model.UpdateVolumeRequestContent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class UpdateVolumeRequestContent
extends Object
UpdateVolumeRequestContent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this UpdateVolumeRequestContent object is equal to o.The comment attached to the volumeNew name for the volume.inthashCode()voidsetComment(String comment) voidsetNewName(String newName) 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_NEW_NAME
- See Also:
-
-
Constructor Details
-
UpdateVolumeRequestContent
public UpdateVolumeRequestContent()
-
-
Method Details
-
comment
-
getComment
The comment attached to the volume- Returns:
- comment
-
setComment
-
newName
-
getNewName
New name for the volume.- Returns:
- newName
-
setNewName
-
equals
Return true if this UpdateVolumeRequestContent 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
-