Package com.exoscale.sdk.model
Class OperationReference
java.lang.Object
com.exoscale.sdk.model.OperationReference
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class OperationReference
extends Object
Related resource reference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this operation_reference object is equal to o.Command namegetId()Reference IDgetLink()Link to the referenced resourceinthashCode()voidsetCommand(String command) voidtoString()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_LINK
- See Also:
-
JSON_PROPERTY_COMMAND
- See Also:
-
-
Constructor Details
-
OperationReference
public OperationReference() -
OperationReference
-
-
Method Details
-
id
-
getId
Reference ID- Returns:
- id
-
setId
-
getLink
Link to the referenced resource- Returns:
- link
-
command
-
getCommand
Command name- Returns:
- command
-
setCommand
-
equals
Return true if this operation_reference 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
-