Package com.exoscale.sdk.model
Class UpdateBlockStorageSnapshotRequest
java.lang.Object
com.exoscale.sdk.model.UpdateBlockStorageSnapshotRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class UpdateBlockStorageSnapshotRequest
extends Object
UpdateBlockStorageSnapshotRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this update_block_storage_snapshot_request object is equal to o.Get labelsgetName()
Snapshot nameorg.openapitools.jackson.nullable.JsonNullable<String>
int
hashCode()
putLabelsItem
(String key, String labelsItem) void
void
void
setName_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<String> name) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_LABELS
- See Also:
-
-
Constructor Details
-
UpdateBlockStorageSnapshotRequest
public UpdateBlockStorageSnapshotRequest()
-
-
Method Details
-
name
-
getName
Snapshot name- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
labels
-
putLabelsItem
-
getLabels
Get labels- Returns:
- labels
-
setLabels
-
equals
Return true if this update_block_storage_snapshot_request 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
-