public class Firmware extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Firmware.FirmwareInstallType |
Constructor and Description |
---|
Firmware() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getFirmwareBaselineUri() |
Firmware.FirmwareInstallType |
getFirmwareInstallType() |
Boolean |
getForceInstallFirmware() |
Boolean |
getManageFirmware() |
int |
hashCode() |
void |
setFirmwareBaselineUri(String firmwareBaselineUri) |
void |
setFirmwareInstallType(Firmware.FirmwareInstallType firmwareInstallType) |
void |
setForceInstallFirmware(Boolean forceInstallFirmware) |
void |
setManageFirmware(Boolean manageFirmware) |
String |
toString() |
public Boolean getForceInstallFirmware()
public void setForceInstallFirmware(Boolean forceInstallFirmware)
forceInstallFirmware
- The forceInstallFirmwarepublic String getFirmwareBaselineUri()
public void setFirmwareBaselineUri(String firmwareBaselineUri)
firmwareBaselineUri
- The firmwareBaselineUripublic Boolean getManageFirmware()
public void setManageFirmware(Boolean manageFirmware)
manageFirmware
- The manageFirmwarepublic Firmware.FirmwareInstallType getFirmwareInstallType()
public void setFirmwareInstallType(Firmware.FirmwareInstallType firmwareInstallType)
firmwareInstallType
- the firmwareInstallType to setCopyright © 2016. All rights reserved.