Package com.exoscale.sdk.model
Class ListSubnets200Response
java.lang.Object
com.exoscale.sdk.model.ListSubnets200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ListSubnets200Response
extends Object
ListSubnets200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSubnetsItem(ListSubnetEntry subnetsItem) booleanReturn true if this list_subnets_200_response object is equal to o.Get subnetsinthashCode()voidsetSubnets(List<ListSubnetEntry> subnets) subnets(List<ListSubnetEntry> subnets) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SUBNETS
- See Also:
-
-
Constructor Details
-
ListSubnets200Response
public ListSubnets200Response()
-
-
Method Details
-
subnets
-
addSubnetsItem
-
getSubnets
Get subnets- Returns:
- subnets
-
setSubnets
-
equals
Return true if this list_subnets_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
-