public static class InfoRequest.RemotePairingCode extends java.lang.Object implements InfoRequest.Value
Parameter.Key.REMOTE_PAIRING_CODES.InfoResponse.RemotePairingCode| Modifier and Type | Field and Description |
|---|---|
int |
brandId |
CapabilityRemoteControl.Category |
categoryId |
java.lang.String |
resourceEui |
| Constructor and Description |
|---|
RemotePairingCode(int brandId,
CapabilityRemoteControl.Category categoryId,
Resource remoteControlResource)
A constructor for this value.
|
@SerializedName(value="brandId") public int brandId
@SerializedName(value="categoryId") public CapabilityRemoteControl.Category categoryId
@SerializedName(value="resourceEui") public java.lang.String resourceEui
public RemotePairingCode(int brandId,
CapabilityRemoteControl.Category categoryId,
Resource remoteControlResource)
brandId - integer id for brandcategoryId - integer category defined in
CapabilityRemoteControl.CategoryremoteControlResource - resource for which pairing code request is made