Package com.exoscale.sdk.model
Class BlockStorageSnapshotTarget
- java.lang.Object
-
- com.exoscale.sdk.model.BlockStorageSnapshotTarget
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class BlockStorageSnapshotTarget extends Object
Target block storage snapshot
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_ID
-
Constructor Summary
Constructors Constructor Description BlockStorageSnapshotTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this block-storage-snapshot-target object is equal to o.UUID
getId()
Block storage snapshot IDint
hashCode()
BlockStorageSnapshotTarget
id(UUID id)
void
setId(UUID id)
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_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public BlockStorageSnapshotTarget id(UUID id)
-
getId
@Nullable public UUID getId()
Block storage snapshot ID- Returns:
- id
-
setId
public void setId(UUID id)
-
equals
public boolean equals(Object o)
Return true if this block-storage-snapshot-target object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-