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