Package com.exoscale.sdk.model
Class DbaasNodeStateProgressUpdate
java.lang.Object
com.exoscale.sdk.model.DbaasNodeStateProgressUpdate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasNodeStateProgressUpdate
extends Object
Extra information regarding the progress for current state
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumKey identifying this phase -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this dbaas-node-state-progress-update object is equal to o.Indicates whether this phase has been completed or notCurrent progress for this phase.getMax()Maximum progress value for this phase.getMin()Minimum progress value for this phase.getPhase()Key identifying this phasegetUnit()Unit for current/min/max values.inthashCode()voidsetCompleted(Boolean completed) voidsetCurrent(Long current) voidvoidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_COMPLETED
- See Also:
-
JSON_PROPERTY_CURRENT
- See Also:
-
JSON_PROPERTY_MAX
- See Also:
-
JSON_PROPERTY_MIN
- See Also:
-
JSON_PROPERTY_PHASE
- See Also:
-
JSON_PROPERTY_UNIT
- See Also:
-
-
Constructor Details
-
DbaasNodeStateProgressUpdate
public DbaasNodeStateProgressUpdate()
-
-
Method Details
-
completed
-
getCompleted
Indicates whether this phase has been completed or not- Returns:
- completed
-
setCompleted
-
current
-
getCurrent
Current progress for this phase. May be missing or null. minimum: 0- Returns:
- current
-
setCurrent
-
max
-
getMax
Maximum progress value for this phase. May be missing or null. May change. minimum: 0- Returns:
- max
-
setMax
-
min
-
getMin
Minimum progress value for this phase. May be missing or null. minimum: 0- Returns:
- min
-
setMin
-
phase
-
getPhase
Key identifying this phase- Returns:
- phase
-
setPhase
-
unit
-
getUnit
Unit for current/min/max values. New units may be added. If null should be treated as generic unit- Returns:
- unit
-
setUnit
-
equals
Return true if this dbaas-node-state-progress-update 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
-