org.soyatec.windowsazure.management
Class UpgradeStatus

java.lang.Object
  extended by org.soyatec.windowsazure.management.UpgradeStatus

public class UpgradeStatus
extends java.lang.Object

This class indicates the status of upgrade.

Author:
yyang

Constructor Summary
UpgradeStatus()
           
 
Method Summary
 int getCurrentUpgradeDomain()
           
 CurrentUpgradeDomainState getCurrentUpgradeDomainState()
           
 UpgradeType getUpgradeType()
           
 void setCurrentUpgradeDomain(int currentUpgradeDomain)
          Set the currentUpgradeDomain of UpgradeStatus.
 void setCurrentUpgradeDomainState(CurrentUpgradeDomainState currentUpgradeDomainState)
          Set the currentUpgradeDomainState of UpgradeStatus.
 void setUpgradeType(UpgradeType upgradeType)
          Set the upgradeType of UpgradeStatus.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeStatus

public UpgradeStatus()
Method Detail

getUpgradeType

public UpgradeType getUpgradeType()
Returns:
the upgradeType of UpgradeStatus.

setUpgradeType

public void setUpgradeType(UpgradeType upgradeType)
Set the upgradeType of UpgradeStatus.

Parameters:
upgradeType -

getCurrentUpgradeDomainState

public CurrentUpgradeDomainState getCurrentUpgradeDomainState()
Returns:
the currentUpgradeDomainState of UpgradeStatus.

setCurrentUpgradeDomainState

public void setCurrentUpgradeDomainState(CurrentUpgradeDomainState currentUpgradeDomainState)
Set the currentUpgradeDomainState of UpgradeStatus.

Parameters:
currentUpgradeDomainState -

getCurrentUpgradeDomain

public int getCurrentUpgradeDomain()
Returns:
the currentUpgradeDomain of UpgradeStatus.

setCurrentUpgradeDomain

public void setCurrentUpgradeDomain(int currentUpgradeDomain)
Set the currentUpgradeDomain of UpgradeStatus.

Parameters:
currentUpgradeDomain -