Package com.exoscale.sdk.model
Class ListInstanceTypes200Response
- java.lang.Object
-
- com.exoscale.sdk.model.ListInstanceTypes200Response
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class ListInstanceTypes200Response extends Object
ListInstanceTypes200Response
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_INSTANCE_TYPES
-
Constructor Summary
Constructors Constructor Description ListInstanceTypes200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListInstanceTypes200Response
addInstanceTypesItem(InstanceType instanceTypesItem)
boolean
equals(Object o)
Return true if this list_instance_types_200_response object is equal to o.List<InstanceType>
getInstanceTypes()
Get instanceTypesint
hashCode()
ListInstanceTypes200Response
instanceTypes(List<InstanceType> instanceTypes)
void
setInstanceTypes(List<InstanceType> instanceTypes)
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_INSTANCE_TYPES
public static final String JSON_PROPERTY_INSTANCE_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
instanceTypes
public ListInstanceTypes200Response instanceTypes(List<InstanceType> instanceTypes)
-
addInstanceTypesItem
public ListInstanceTypes200Response addInstanceTypesItem(InstanceType instanceTypesItem)
-
getInstanceTypes
@Nullable public List<InstanceType> getInstanceTypes()
Get instanceTypes- Returns:
- instanceTypes
-
setInstanceTypes
public void setInstanceTypes(List<InstanceType> instanceTypes)
-
equals
public boolean equals(Object o)
Return true if this list_instance_types_200_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-