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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this block-storage-snapshot-target object is equal to o.getId()
Block storage snapshot IDint
hashCode()
void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
-
Constructor Details
-
BlockStorageSnapshotTarget
public BlockStorageSnapshotTarget()
-
-
Method Details
-
id
-
getId
Block storage snapshot ID- Returns:
- id
-
setId
-
equals
Return true if this block-storage-snapshot-target 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
-