Package com.exoscale.sdk.model
Class Manager
- java.lang.Object
-
- com.exoscale.sdk.model.Manager
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class Manager extends Object
Resource manager
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Manager.TypeEnum
Manager type
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_ID
static String
JSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description Manager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this manager object is equal to o.UUID
getId()
Manager IDManager.TypeEnum
getType()
Manager typeint
hashCode()
Manager
id(UUID id)
void
setId(UUID id)
void
setType(Manager.TypeEnum type)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.Manager
type(Manager.TypeEnum type)
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
@Nullable public UUID getId()
Manager ID- Returns:
- id
-
setId
public void setId(UUID id)
-
type
public Manager type(Manager.TypeEnum type)
-
getType
@Nullable public Manager.TypeEnum getType()
Manager type- Returns:
- type
-
setType
public void setType(Manager.TypeEnum type)
-
equals
public boolean equals(Object o)
Return true if this manager object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-