@Generated(value="com.robohorse.robopojogenerator")
public abstract class RequestAccessEntity
extends java.lang.Object
RequestAccessEntity abstract class wraps various properties related to a user account
requesting access to an IoT device.| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
code()
Returns a String of the verification code.
|
abstract java.lang.String |
codeExpiredTs()
Returns a String of the time in seconds at which the code expires.
|
abstract java.lang.String |
createdTs()
Returns a String of the time in seconds at which the request was created.
|
abstract java.lang.String |
iotId()
Returns a String of the identification number of the IoT device for the request.
|
abstract java.lang.String |
iotType()
Returns a String of the type of IoT device.
|
abstract java.lang.String |
message()
Returns a String of the the message content of the request.
|
abstract int |
messageId()
Returns an int of identification number of the message.
|
abstract java.lang.String |
purpose()
Returns a String for the purpose of the request.
|
abstract java.lang.String |
recipientId()
Returns a String of the identification number of the recipient.
|
abstract java.lang.String |
recipientType()
Returns a String of the type of recipient for the request (e.g.
|
abstract java.lang.String |
requestEmail()
Returns a String of the the requester's email address.
|
abstract java.lang.String |
requesterName()
Returns a String of the the name of the requester.
|
abstract java.lang.String |
requestMobile()
Returns a String of the requester's mobile phone number.
|
@SerializedName(value="code") public abstract java.lang.String code()
@SerializedName(value="codeExpiredTs") public abstract java.lang.String codeExpiredTs()
@SerializedName(value="createdTs") public abstract java.lang.String createdTs()
@SerializedName(value="iotId") public abstract java.lang.String iotId()
@SerializedName(value="iotType") public abstract java.lang.String iotType()
@SerializedName(value="message") public abstract java.lang.String message()
@SerializedName(value="messageId") public abstract int messageId()
@SerializedName(value="purpose") public abstract java.lang.String purpose()
@SerializedName(value="recipientId") public abstract java.lang.String recipientId()
@SerializedName(value="recipientType") public abstract java.lang.String recipientType()
@SerializedName(value="requestEmail") public abstract java.lang.String requestEmail()
@SerializedName(value="requesterName") public abstract java.lang.String requesterName()
@SerializedName(value="requestMobile") public abstract java.lang.String requestMobile()