Package com.exoscale.sdk.model
Class CreateBlockStorageSnapshotRequest
- java.lang.Object
-
- com.exoscale.sdk.model.CreateBlockStorageSnapshotRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class CreateBlockStorageSnapshotRequest extends Object
CreateBlockStorageSnapshotRequest
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_LABELS
static String
JSON_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description CreateBlockStorageSnapshotRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this create_block_storage_snapshot_request object is equal to o.Map<String,String>
getLabels()
Get labelsString
getName()
Snapshot nameint
hashCode()
CreateBlockStorageSnapshotRequest
labels(Map<String,String> labels)
CreateBlockStorageSnapshotRequest
name(String name)
CreateBlockStorageSnapshotRequest
putLabelsItem(String key, String labelsItem)
void
setLabels(Map<String,String> labels)
void
setName(String name)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LABELS
public static final String JSON_PROPERTY_LABELS
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public CreateBlockStorageSnapshotRequest name(String name)
-
getName
@Nullable public String getName()
Snapshot name- Returns:
- name
-
setName
public void setName(String name)
-
labels
public CreateBlockStorageSnapshotRequest labels(Map<String,String> labels)
-
putLabelsItem
public CreateBlockStorageSnapshotRequest putLabelsItem(String key, String labelsItem)
-
equals
public boolean equals(Object o)
Return true if this create_block_storage_snapshot_request object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-