public abstract class IotParam
extends java.lang.Object
IotParam abstract class wraps various properties related to the parameter
surrounding addition of a new IoT device to a user account.| Modifier and Type | Class and Description |
|---|---|
static class |
IotParam.Builder
The
IotParam.Builder abstract class allows the user to create and return an
IotParam object. |
| Modifier and Type | Method and Description |
|---|---|
static IotParam.Builder |
builder()
Returns the
IotParam.Builder object for the IotParam abstract class. |
abstract java.lang.String |
iotId()
Returns a String of the identification number of the IoT device.
|
abstract java.lang.String |
iotName()
Returns a String of the name of the IoT device.
|
public abstract java.lang.String iotId()
public abstract java.lang.String iotName()
public static IotParam.Builder builder()
IotParam.Builder object for the IotParam abstract class.IotParam.Builder object for the IotParam abstract class.