Package com.exoscale.sdk.model
Class PrimaryParameter
java.lang.Object
com.exoscale.sdk.model.PrimaryParameter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class PrimaryParameter
extends Object
PrimaryParameter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this Primary_parameter object is equal to o.getNode()
Get nodegetShard()
Get shardint
hashCode()
node
(PrimaryParameterNode node) void
setNode
(PrimaryParameterNode node) void
setShard
(PrimaryParameterShard shard) shard
(PrimaryParameterShard shard) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SHARD
- See Also:
-
JSON_PROPERTY_NODE
- See Also:
-
-
Constructor Details
-
PrimaryParameter
public PrimaryParameter()
-
-
Method Details
-
shard
-
getShard
Get shard- Returns:
- shard
-
setShard
-
node
-
getNode
Get node- Returns:
- node
-
setNode
-
equals
Return true if this Primary_parameter 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
-