public class FirmwareImpl extends AbstractOshiJsonObject implements Firmware
| Constructor and Description |
|---|
FirmwareImpl(Firmware firmware)
Creates a new platform-specific Firmware object wrapping the provided
argument
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getManufacturer() |
String |
getName() |
org.threeten.bp.LocalDate |
getReleaseDate() |
String |
getVersion() |
javax.json.JsonObject |
toJSON(Properties properties)
Returns this object as a
JsonObject. |
String |
toString() |
toCompactJSON, toCompactJSON, toJSON, toPrettyJSON, toPrettyJSONclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoCompactJSON, toCompactJSON, toJSON, toPrettyJSON, toPrettyJSONpublic FirmwareImpl(Firmware firmware)
firmware - a platform-specific Firmware objectpublic String getManufacturer()
getManufacturer in interface Firmwarepublic String getDescription()
getDescription in interface Firmwarepublic String getVersion()
getVersion in interface Firmwarepublic org.threeten.bp.LocalDate getReleaseDate()
getReleaseDate in interface Firmwarepublic javax.json.JsonObject toJSON(Properties properties)
JsonObject. The provided
properties will be set on this object to configure the type of
information returned using this and future invocations of
OshiJsonObject.toJSON().toJSON in interface OshiJsonObjectproperties - Properties to configure returned resultsJsonObject for this class.public String toString()
toString in class AbstractOshiJsonObjectCopyright © 2010–2017 oshi. All rights reserved.