Package com.exoscale.sdk.model
Class ListVpcEntry
java.lang.Object
com.exoscale.sdk.model.ListVpcEntry
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ListVpcEntry
extends Object
VPC
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(OffsetDateTime createdAt) description(String description) booleanReturn true if this list-vpc-entry object is equal to o.VPC creation dateVPC descriptiongetId()VPC IDGet labelsgetName()VPC nameinthashCode()putLabelsItem(String key, String labelsItem) voidsetCreatedAt(OffsetDateTime createdAt) voidsetDescription(String description) voidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_LABELS
- See Also:
-
-
Constructor Details
-
ListVpcEntry
public ListVpcEntry()
-
-
Method Details
-
id
-
getId
VPC ID- Returns:
- id
-
setId
-
name
-
getName
VPC name- Returns:
- name
-
setName
-
description
-
getDescription
VPC description- Returns:
- description
-
setDescription
-
createdAt
-
getCreatedAt
VPC creation date- Returns:
- createdAt
-
setCreatedAt
-
labels
-
putLabelsItem
-
getLabels
Get labels- Returns:
- labels
-
setLabels
-
equals
Return true if this list-vpc-entry 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
-