Package com.exoscale.sdk.model
Class ListSnapshots200Response
java.lang.Object
com.exoscale.sdk.model.ListSnapshots200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ListSnapshots200Response
extends Object
ListSnapshots200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSnapshotsItem
(Snapshot snapshotsItem) boolean
Return true if this list_snapshots_200_response object is equal to o.Get snapshotsint
hashCode()
void
setSnapshots
(List<Snapshot> snapshots) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SNAPSHOTS
- See Also:
-
-
Constructor Details
-
ListSnapshots200Response
public ListSnapshots200Response()
-
-
Method Details
-
snapshots
-
addSnapshotsItem
-
getSnapshots
Get snapshots- Returns:
- snapshots
-
setSnapshots
-
equals
Return true if this list_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
-