Class DeviceEngagement.DeviceRetrievalMethod.WIFIAware
-
- All Implemented Interfaces:
-
com.scytales.mvalid.sdk.engagement.DeviceEngagement.RetrievalMethod
public final class DeviceEngagement.DeviceRetrievalMethod.WIFIAware extends DeviceEngagement.DeviceRetrievalMethod
The type Wifi aware.
-
-
Field Summary
Fields Modifier and Type Field Description public final String
password
public final Integer
operationClass
public final Integer
channelNumber
public final Array<byte>
supportedBands
-
Method Summary
Modifier and Type Method Description String
getPassword()
Gets password. Integer
getOperationClass()
Gets operation class. Integer
getChannelNumber()
Gets channel number. Array<byte>
getSupportedBands()
Get supported bands byte [ ]. String
toString()
-
-
Method Detail
-
getPassword
@Nullable() String getPassword()
Gets password.
-
getOperationClass
@Nullable() Integer getOperationClass()
Gets operation class.
-
getChannelNumber
@Nullable() Integer getChannelNumber()
Gets channel number.
-
getSupportedBands
@Nullable() Array<byte> getSupportedBands()
Get supported bands byte [ ].
-
-
-
-