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 Modifier and Type Field Description static String
JSON_PROPERTY_SNAPSHOTS
-
Constructor Summary
Constructors Constructor Description ListSnapshots200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSnapshots200Response
addSnapshotsItem(Snapshot snapshotsItem)
boolean
equals(Object o)
Return true if this list_snapshots_200_response object is equal to o.List<Snapshot>
getSnapshots()
Get snapshotsint
hashCode()
void
setSnapshots(List<Snapshot> snapshots)
ListSnapshots200Response
snapshots(List<Snapshot> snapshots)
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_SNAPSHOTS
public static final String JSON_PROPERTY_SNAPSHOTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
snapshots
public ListSnapshots200Response snapshots(List<Snapshot> snapshots)
-
addSnapshotsItem
public ListSnapshots200Response addSnapshotsItem(Snapshot snapshotsItem)
-
equals
public boolean equals(Object o)
Return true if this list_snapshots_200_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-