public class PhysicalInterconnectFirmware extends Object implements Serializable
Constructor and Description |
---|
PhysicalInterconnectFirmware() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDesiredFw() |
String |
getDeviceType() |
String |
getInstalledFw() |
String |
getInterconnectBayNo() |
String |
getInterconnectName() |
String |
getInterconnectUri() |
String |
getSppName() |
String |
getSppUri() |
FirmwareState |
getState() |
String |
getUpdateFlagDesc() |
int |
hashCode() |
void |
setDesiredFw(String desiredFw) |
void |
setDeviceType(String deviceType) |
void |
setInstalledFw(String installedFw) |
void |
setInterconnectBayNo(String interconnectBayNo) |
void |
setInterconnectName(String interconnectName) |
void |
setInterconnectUri(String interconnectUri) |
void |
setSppName(String sppName) |
void |
setSppUri(String sppUri) |
void |
setState(FirmwareState state) |
void |
setUpdateFlagDesc(String updateFlagDesc) |
String |
toString() |
public String getDesiredFw()
public void setDesiredFw(String desiredFw)
desiredFw
- the desiredFw to setpublic String getDeviceType()
public void setDeviceType(String deviceType)
deviceType
- the deviceType to setpublic String getInstalledFw()
public void setInstalledFw(String installedFw)
installedFw
- the installedFw to setpublic String getInterconnectBayNo()
public void setInterconnectBayNo(String interconnectBayNo)
interconnectBayNo
- the interconnectBayNo to setpublic String getInterconnectName()
public void setInterconnectName(String interconnectName)
interconnectName
- the interconnectName to setpublic String getInterconnectUri()
public void setInterconnectUri(String interconnectUri)
interconnectUri
- the interconnectUri to setpublic String getSppName()
public void setSppName(String sppName)
sppName
- the sppName to setpublic String getSppUri()
public void setSppUri(String sppUri)
sppUri
- the sppUri to setpublic FirmwareState getState()
public void setState(FirmwareState state)
state
- the state to setpublic String getUpdateFlagDesc()
public void setUpdateFlagDesc(String updateFlagDesc)
updateFlagDesc
- the updateFlagDesc to setCopyright © 2017. All rights reserved.