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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBlockStorageSnapshotsItem
(BlockStorageSnapshot blockStorageSnapshotsItem) blockStorageSnapshots
(List<BlockStorageSnapshot> blockStorageSnapshots) boolean
Return true if this list_block_storage_snapshots_200_response object is equal to o.Get blockStorageSnapshotsint
hashCode()
void
setBlockStorageSnapshots
(List<BlockStorageSnapshot> blockStorageSnapshots) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_BLOCK_STORAGE_SNAPSHOTS
- See Also:
-
-
Constructor Details
-
ListBlockStorageSnapshots200Response
public ListBlockStorageSnapshots200Response()
-
-
Method Details
-
blockStorageSnapshots
public ListBlockStorageSnapshots200Response blockStorageSnapshots(List<BlockStorageSnapshot> blockStorageSnapshots) -
addBlockStorageSnapshotsItem
public ListBlockStorageSnapshots200Response addBlockStorageSnapshotsItem(BlockStorageSnapshot blockStorageSnapshotsItem) -
getBlockStorageSnapshots
Get blockStorageSnapshots- Returns:
- blockStorageSnapshots
-
setBlockStorageSnapshots
-
equals
Return true if this list_block_storage_snapshots_200_response 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
-