Package com.exoscale.sdk.model
Class ListBlockStorageVolumes200Response
- java.lang.Object
-
- com.exoscale.sdk.model.ListBlockStorageVolumes200Response
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class ListBlockStorageVolumes200Response extends Object
ListBlockStorageVolumes200Response
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_BLOCK_STORAGE_VOLUMES
-
Constructor Summary
Constructors Constructor Description ListBlockStorageVolumes200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBlockStorageVolumes200Response
addBlockStorageVolumesItem(BlockStorageVolume blockStorageVolumesItem)
ListBlockStorageVolumes200Response
blockStorageVolumes(List<BlockStorageVolume> blockStorageVolumes)
boolean
equals(Object o)
Return true if this list_block_storage_volumes_200_response object is equal to o.List<BlockStorageVolume>
getBlockStorageVolumes()
Get blockStorageVolumesint
hashCode()
void
setBlockStorageVolumes(List<BlockStorageVolume> blockStorageVolumes)
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_VOLUMES
public static final String JSON_PROPERTY_BLOCK_STORAGE_VOLUMES
- See Also:
- Constant Field Values
-
-
Method Detail
-
blockStorageVolumes
public ListBlockStorageVolumes200Response blockStorageVolumes(List<BlockStorageVolume> blockStorageVolumes)
-
addBlockStorageVolumesItem
public ListBlockStorageVolumes200Response addBlockStorageVolumesItem(BlockStorageVolume blockStorageVolumesItem)
-
getBlockStorageVolumes
@Nullable public List<BlockStorageVolume> getBlockStorageVolumes()
Get blockStorageVolumes- Returns:
- blockStorageVolumes
-
setBlockStorageVolumes
public void setBlockStorageVolumes(List<BlockStorageVolume> blockStorageVolumes)
-
equals
public boolean equals(Object o)
Return true if this list_block_storage_volumes_200_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-