Class SetDesiredSizeRequest
- java.lang.Object
-
- com.elastisys.scale.cloudpool.api.restapi.types.SetDesiredSizeRequest
-
public class SetDesiredSizeRequest extends java.lang.ObjectREST API request type that requests a certain desired size of the machine pool.
-
-
Constructor Summary
Constructors Constructor Description SetDesiredSizeRequest(int desiredSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetDesiredSize()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getDesiredSize
public int getDesiredSize()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-