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 Modifier and Type Field Description static String
JSON_PROPERTY_NODE
static String
JSON_PROPERTY_SHARD
-
Constructor Summary
Constructors Constructor Description PrimaryParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this Primary_parameter object is equal to o.PrimaryParameterNode
getNode()
Get nodePrimaryParameterShard
getShard()
Get shardint
hashCode()
PrimaryParameter
node(PrimaryParameterNode node)
void
setNode(PrimaryParameterNode node)
void
setShard(PrimaryParameterShard shard)
PrimaryParameter
shard(PrimaryParameterShard shard)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_SHARD
public static final String JSON_PROPERTY_SHARD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NODE
public static final String JSON_PROPERTY_NODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
shard
public PrimaryParameter shard(PrimaryParameterShard shard)
-
getShard
@Nullable public PrimaryParameterShard getShard()
Get shard- Returns:
- shard
-
setShard
public void setShard(PrimaryParameterShard shard)
-
node
public PrimaryParameter node(PrimaryParameterNode node)
-
getNode
@Nullable public PrimaryParameterNode getNode()
Get node- Returns:
- node
-
setNode
public void setNode(PrimaryParameterNode node)
-
equals
public boolean equals(Object o)
Return true if this Primary_parameter object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-