public static final class Attribute.ApplianceInfo
extends java.lang.Object
CapabilityRemoteControl.AttributeId.APPLIANCE_LIST.| Modifier and Type | Field and Description |
|---|---|
Attribute.CapabilityAttributes[] |
attrs |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplianceId()
A function to get appliance ID.
|
java.lang.String |
getApplianceName()
A function to return appliance name.
|
Attribute.HvacSettings |
getAsHvacSettings()
A function to get
Attribute.HvacSettings of the appliance. |
java.util.List<Attribute.ModesAttributeValue> |
getAsSupportedModes()
A getter to get list of supported mode by the appliance.
|
java.lang.Object |
getAttributeValue(Capability.AttributeId attributeId)
A function to get value of attribute that belongs to this appliance.
|
Attribute.CapabilityAttributes[] |
getAttrs()
A function to get supported
Attribute.CapabilityAttributes. |
int |
getBrandId()
A function to get brand id of appliance.
|
Attribute.CapabilityCommands[] |
getCapCommands()
A function to get supported
Attribute.CapabilityCommands. |
int |
getPairingCode()
A function to get pairing code of appliance.
|
java.lang.String |
toString() |
@SerializedName(value="capAttribValuesArray") public final Attribute.CapabilityAttributes[] attrs
public java.lang.String getApplianceId()
public java.lang.String getApplianceName()
public int getBrandId()
public int getPairingCode()
public Attribute.CapabilityCommands[] getCapCommands()
Attribute.CapabilityCommands.Attribute.CapabilityCommands.public Attribute.CapabilityAttributes[] getAttrs()
Attribute.CapabilityAttributes.Attribute.CapabilityAttributes.public java.lang.Object getAttributeValue(Capability.AttributeId attributeId)
attributeId - attributeId CapabilityHvacControl.AttributeIdpublic java.util.List<Attribute.ModesAttributeValue> getAsSupportedModes()
Attribute.ModesAttributeValue this appliance / resource.public Attribute.HvacSettings getAsHvacSettings()
Attribute.HvacSettings of the appliance.Attribute.HvacSettings of appliance.public java.lang.String toString()
toString in class java.lang.Object