Package com.exoscale.sdk.model
Class ListBlockStorageSnapshots200Response
- java.lang.Object
-
- com.exoscale.sdk.model.ListBlockStorageSnapshots200Response
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class ListBlockStorageSnapshots200Response extends Object
ListBlockStorageSnapshots200Response
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_BLOCK_STORAGE_SNAPSHOTS
-
Constructor Summary
Constructors Constructor Description ListBlockStorageSnapshots200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBlockStorageSnapshots200Response
addBlockStorageSnapshotsItem(BlockStorageSnapshot blockStorageSnapshotsItem)
ListBlockStorageSnapshots200Response
blockStorageSnapshots(List<BlockStorageSnapshot> blockStorageSnapshots)
boolean
equals(Object o)
Return true if this list_block_storage_snapshots_200_response object is equal to o.List<BlockStorageSnapshot>
getBlockStorageSnapshots()
Get blockStorageSnapshotsint
hashCode()
void
setBlockStorageSnapshots(List<BlockStorageSnapshot> blockStorageSnapshots)
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_BLOCK_STORAGE_SNAPSHOTS
public static final String JSON_PROPERTY_BLOCK_STORAGE_SNAPSHOTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
blockStorageSnapshots
public ListBlockStorageSnapshots200Response blockStorageSnapshots(List<BlockStorageSnapshot> blockStorageSnapshots)
-
addBlockStorageSnapshotsItem
public ListBlockStorageSnapshots200Response addBlockStorageSnapshotsItem(BlockStorageSnapshot blockStorageSnapshotsItem)
-
getBlockStorageSnapshots
@Nullable public List<BlockStorageSnapshot> getBlockStorageSnapshots()
Get blockStorageSnapshots- Returns:
- blockStorageSnapshots
-
setBlockStorageSnapshots
public void setBlockStorageSnapshots(List<BlockStorageSnapshot> blockStorageSnapshots)
-
equals
public boolean equals(Object o)
Return true if this list_block_storage_snapshots_200_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-