Package com.lampa.smi.dtoV1
Class PowerReadingsType
- java.lang.Object
-
- com.lampa.smi.dtoV1.PowerReadingsType
-
public class PowerReadingsType extends java.lang.Object
Java class for power_readingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="power_readingsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="power_state" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="power_management" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="power_draw" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="power_limit" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="default_power_limit" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="enforced_power_limit" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="min_power_limit" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="max_power_limit" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PowerReadingsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDefaultPowerLimit()
Gets the value of the defaultPowerLimit property.java.lang.String
getEnforcedPowerLimit()
Gets the value of the enforcedPowerLimit property.java.lang.String
getMaxPowerLimit()
Gets the value of the maxPowerLimit property.java.lang.String
getMinPowerLimit()
Gets the value of the minPowerLimit property.java.lang.String
getPowerDraw()
Gets the value of the powerDraw property.java.lang.String
getPowerLimit()
Gets the value of the powerLimit property.java.lang.String
getPowerManagement()
Gets the value of the powerManagement property.java.lang.String
getPowerState()
Gets the value of the powerState property.void
setDefaultPowerLimit(java.lang.String value)
Sets the value of the defaultPowerLimit property.void
setEnforcedPowerLimit(java.lang.String value)
Sets the value of the enforcedPowerLimit property.void
setMaxPowerLimit(java.lang.String value)
Sets the value of the maxPowerLimit property.void
setMinPowerLimit(java.lang.String value)
Sets the value of the minPowerLimit property.void
setPowerDraw(java.lang.String value)
Sets the value of the powerDraw property.void
setPowerLimit(java.lang.String value)
Sets the value of the powerLimit property.void
setPowerManagement(java.lang.String value)
Sets the value of the powerManagement property.void
setPowerState(java.lang.String value)
Sets the value of the powerState property.
-
-
-
Method Detail
-
getPowerState
public java.lang.String getPowerState()
Gets the value of the powerState property.- Returns:
- possible object is
String
-
setPowerState
public void setPowerState(java.lang.String value)
Sets the value of the powerState property.- Parameters:
value
- allowed object isString
-
getPowerManagement
public java.lang.String getPowerManagement()
Gets the value of the powerManagement property.- Returns:
- possible object is
String
-
setPowerManagement
public void setPowerManagement(java.lang.String value)
Sets the value of the powerManagement property.- Parameters:
value
- allowed object isString
-
getPowerDraw
public java.lang.String getPowerDraw()
Gets the value of the powerDraw property.- Returns:
- possible object is
String
-
setPowerDraw
public void setPowerDraw(java.lang.String value)
Sets the value of the powerDraw property.- Parameters:
value
- allowed object isString
-
getPowerLimit
public java.lang.String getPowerLimit()
Gets the value of the powerLimit property.- Returns:
- possible object is
String
-
setPowerLimit
public void setPowerLimit(java.lang.String value)
Sets the value of the powerLimit property.- Parameters:
value
- allowed object isString
-
getDefaultPowerLimit
public java.lang.String getDefaultPowerLimit()
Gets the value of the defaultPowerLimit property.- Returns:
- possible object is
String
-
setDefaultPowerLimit
public void setDefaultPowerLimit(java.lang.String value)
Sets the value of the defaultPowerLimit property.- Parameters:
value
- allowed object isString
-
getEnforcedPowerLimit
public java.lang.String getEnforcedPowerLimit()
Gets the value of the enforcedPowerLimit property.- Returns:
- possible object is
String
-
setEnforcedPowerLimit
public void setEnforcedPowerLimit(java.lang.String value)
Sets the value of the enforcedPowerLimit property.- Parameters:
value
- allowed object isString
-
getMinPowerLimit
public java.lang.String getMinPowerLimit()
Gets the value of the minPowerLimit property.- Returns:
- possible object is
String
-
setMinPowerLimit
public void setMinPowerLimit(java.lang.String value)
Sets the value of the minPowerLimit property.- Parameters:
value
- allowed object isString
-
getMaxPowerLimit
public java.lang.String getMaxPowerLimit()
Gets the value of the maxPowerLimit property.- Returns:
- possible object is
String
-
setMaxPowerLimit
public void setMaxPowerLimit(java.lang.String value)
Sets the value of the maxPowerLimit property.- Parameters:
value
- allowed object isString
-
-