Class InstancesCount
- All Implemented Interfaces:
Serializable, Cloneable
Describes how many instances a stack has for each status.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe number of instances in the Assigning state.The number of instances withbootingstatus.The number of instances withconnection_loststatus.The number of instances in the Deregistering state.The number of instances withonlinestatus.The number of instances withpendingstatus.The number of instances withrebootingstatus.The number of instances in the Registered state.The number of instances in the Registering state.The number of instances withrequestedstatus.The number of instances withrunning_setupstatus.The number of instances withsetup_failedstatus.The number of instances withshutting_downstatus.The number of instances withstart_failedstatus.The number of instances withstoppedstatus.The number of instances withstoppingstatus.The number of instances withterminatedstatus.The number of instances withterminatingstatus.The number of instances in the Unassigning state.inthashCode()voidsetAssigning(Integer assigning) The number of instances in the Assigning state.voidsetBooting(Integer booting) The number of instances withbootingstatus.voidsetConnectionLost(Integer connectionLost) The number of instances withconnection_loststatus.voidsetDeregistering(Integer deregistering) The number of instances in the Deregistering state.voidThe number of instances withonlinestatus.voidsetPending(Integer pending) The number of instances withpendingstatus.voidsetRebooting(Integer rebooting) The number of instances withrebootingstatus.voidsetRegistered(Integer registered) The number of instances in the Registered state.voidsetRegistering(Integer registering) The number of instances in the Registering state.voidsetRequested(Integer requested) The number of instances withrequestedstatus.voidsetRunningSetup(Integer runningSetup) The number of instances withrunning_setupstatus.voidsetSetupFailed(Integer setupFailed) The number of instances withsetup_failedstatus.voidsetShuttingDown(Integer shuttingDown) The number of instances withshutting_downstatus.voidsetStartFailed(Integer startFailed) The number of instances withstart_failedstatus.voidsetStopped(Integer stopped) The number of instances withstoppedstatus.voidsetStopping(Integer stopping) The number of instances withstoppingstatus.voidsetTerminated(Integer terminated) The number of instances withterminatedstatus.voidsetTerminating(Integer terminating) The number of instances withterminatingstatus.voidsetUnassigning(Integer unassigning) The number of instances in the Unassigning state.toString()Returns a string representation of this object; useful for testing and debugging.withAssigning(Integer assigning) The number of instances in the Assigning state.withBooting(Integer booting) The number of instances withbootingstatus.withConnectionLost(Integer connectionLost) The number of instances withconnection_loststatus.withDeregistering(Integer deregistering) The number of instances in the Deregistering state.withOnline(Integer online) The number of instances withonlinestatus.withPending(Integer pending) The number of instances withpendingstatus.withRebooting(Integer rebooting) The number of instances withrebootingstatus.withRegistered(Integer registered) The number of instances in the Registered state.withRegistering(Integer registering) The number of instances in the Registering state.withRequested(Integer requested) The number of instances withrequestedstatus.withRunningSetup(Integer runningSetup) The number of instances withrunning_setupstatus.withSetupFailed(Integer setupFailed) The number of instances withsetup_failedstatus.withShuttingDown(Integer shuttingDown) The number of instances withshutting_downstatus.withStartFailed(Integer startFailed) The number of instances withstart_failedstatus.withStopped(Integer stopped) The number of instances withstoppedstatus.withStopping(Integer stopping) The number of instances withstoppingstatus.withTerminated(Integer terminated) The number of instances withterminatedstatus.withTerminating(Integer terminating) The number of instances withterminatingstatus.withUnassigning(Integer unassigning) The number of instances in the Unassigning state.
-
Constructor Details
-
InstancesCount
public InstancesCount()
-
-
Method Details
-
setAssigning
The number of instances in the Assigning state.
- Parameters:
assigning- The number of instances in the Assigning state.
-
getAssigning
The number of instances in the Assigning state.
- Returns:
- The number of instances in the Assigning state.
-
withAssigning
The number of instances in the Assigning state.
- Parameters:
assigning- The number of instances in the Assigning state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setBooting
The number of instances with
bootingstatus.- Parameters:
booting- The number of instances withbootingstatus.
-
getBooting
The number of instances with
bootingstatus.- Returns:
- The number of instances with
bootingstatus.
-
withBooting
The number of instances with
bootingstatus.- Parameters:
booting- The number of instances withbootingstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConnectionLost
The number of instances with
connection_loststatus.- Parameters:
connectionLost- The number of instances withconnection_loststatus.
-
getConnectionLost
The number of instances with
connection_loststatus.- Returns:
- The number of instances with
connection_loststatus.
-
withConnectionLost
The number of instances with
connection_loststatus.- Parameters:
connectionLost- The number of instances withconnection_loststatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeregistering
The number of instances in the Deregistering state.
- Parameters:
deregistering- The number of instances in the Deregistering state.
-
getDeregistering
The number of instances in the Deregistering state.
- Returns:
- The number of instances in the Deregistering state.
-
withDeregistering
The number of instances in the Deregistering state.
- Parameters:
deregistering- The number of instances in the Deregistering state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOnline
The number of instances with
onlinestatus.- Parameters:
online- The number of instances withonlinestatus.
-
getOnline
The number of instances with
onlinestatus.- Returns:
- The number of instances with
onlinestatus.
-
withOnline
The number of instances with
onlinestatus.- Parameters:
online- The number of instances withonlinestatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPending
The number of instances with
pendingstatus.- Parameters:
pending- The number of instances withpendingstatus.
-
getPending
The number of instances with
pendingstatus.- Returns:
- The number of instances with
pendingstatus.
-
withPending
The number of instances with
pendingstatus.- Parameters:
pending- The number of instances withpendingstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRebooting
The number of instances with
rebootingstatus.- Parameters:
rebooting- The number of instances withrebootingstatus.
-
getRebooting
The number of instances with
rebootingstatus.- Returns:
- The number of instances with
rebootingstatus.
-
withRebooting
The number of instances with
rebootingstatus.- Parameters:
rebooting- The number of instances withrebootingstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRegistered
The number of instances in the Registered state.
- Parameters:
registered- The number of instances in the Registered state.
-
getRegistered
The number of instances in the Registered state.
- Returns:
- The number of instances in the Registered state.
-
withRegistered
The number of instances in the Registered state.
- Parameters:
registered- The number of instances in the Registered state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRegistering
The number of instances in the Registering state.
- Parameters:
registering- The number of instances in the Registering state.
-
getRegistering
The number of instances in the Registering state.
- Returns:
- The number of instances in the Registering state.
-
withRegistering
The number of instances in the Registering state.
- Parameters:
registering- The number of instances in the Registering state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRequested
The number of instances with
requestedstatus.- Parameters:
requested- The number of instances withrequestedstatus.
-
getRequested
The number of instances with
requestedstatus.- Returns:
- The number of instances with
requestedstatus.
-
withRequested
The number of instances with
requestedstatus.- Parameters:
requested- The number of instances withrequestedstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRunningSetup
The number of instances with
running_setupstatus.- Parameters:
runningSetup- The number of instances withrunning_setupstatus.
-
getRunningSetup
The number of instances with
running_setupstatus.- Returns:
- The number of instances with
running_setupstatus.
-
withRunningSetup
The number of instances with
running_setupstatus.- Parameters:
runningSetup- The number of instances withrunning_setupstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSetupFailed
The number of instances with
setup_failedstatus.- Parameters:
setupFailed- The number of instances withsetup_failedstatus.
-
getSetupFailed
The number of instances with
setup_failedstatus.- Returns:
- The number of instances with
setup_failedstatus.
-
withSetupFailed
The number of instances with
setup_failedstatus.- Parameters:
setupFailed- The number of instances withsetup_failedstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setShuttingDown
The number of instances with
shutting_downstatus.- Parameters:
shuttingDown- The number of instances withshutting_downstatus.
-
getShuttingDown
The number of instances with
shutting_downstatus.- Returns:
- The number of instances with
shutting_downstatus.
-
withShuttingDown
The number of instances with
shutting_downstatus.- Parameters:
shuttingDown- The number of instances withshutting_downstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStartFailed
The number of instances with
start_failedstatus.- Parameters:
startFailed- The number of instances withstart_failedstatus.
-
getStartFailed
The number of instances with
start_failedstatus.- Returns:
- The number of instances with
start_failedstatus.
-
withStartFailed
The number of instances with
start_failedstatus.- Parameters:
startFailed- The number of instances withstart_failedstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStopped
The number of instances with
stoppedstatus.- Parameters:
stopped- The number of instances withstoppedstatus.
-
getStopped
The number of instances with
stoppedstatus.- Returns:
- The number of instances with
stoppedstatus.
-
withStopped
The number of instances with
stoppedstatus.- Parameters:
stopped- The number of instances withstoppedstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStopping
The number of instances with
stoppingstatus.- Parameters:
stopping- The number of instances withstoppingstatus.
-
getStopping
The number of instances with
stoppingstatus.- Returns:
- The number of instances with
stoppingstatus.
-
withStopping
The number of instances with
stoppingstatus.- Parameters:
stopping- The number of instances withstoppingstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTerminated
The number of instances with
terminatedstatus.- Parameters:
terminated- The number of instances withterminatedstatus.
-
getTerminated
The number of instances with
terminatedstatus.- Returns:
- The number of instances with
terminatedstatus.
-
withTerminated
The number of instances with
terminatedstatus.- Parameters:
terminated- The number of instances withterminatedstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTerminating
The number of instances with
terminatingstatus.- Parameters:
terminating- The number of instances withterminatingstatus.
-
getTerminating
The number of instances with
terminatingstatus.- Returns:
- The number of instances with
terminatingstatus.
-
withTerminating
The number of instances with
terminatingstatus.- Parameters:
terminating- The number of instances withterminatingstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUnassigning
The number of instances in the Unassigning state.
- Parameters:
unassigning- The number of instances in the Unassigning state.
-
getUnassigning
The number of instances in the Unassigning state.
- Returns:
- The number of instances in the Unassigning state.
-
withUnassigning
The number of instances in the Unassigning state.
- Parameters:
unassigning- The number of instances in the Unassigning state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-