public class ConfirmDeviceResult extends Object implements Serializable
Confirms the device response.
| Constructor and Description |
|---|
ConfirmDeviceResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getUserConfirmationNecessary()
Indicates whether the user confirmation is necessary to confirm the
device response.
|
int |
hashCode() |
Boolean |
isUserConfirmationNecessary()
Indicates whether the user confirmation is necessary to confirm the
device response.
|
void |
setUserConfirmationNecessary(Boolean userConfirmationNecessary)
Indicates whether the user confirmation is necessary to confirm the
device response.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConfirmDeviceResult |
withUserConfirmationNecessary(Boolean userConfirmationNecessary)
Indicates whether the user confirmation is necessary to confirm the
device response.
|
public Boolean isUserConfirmationNecessary()
Indicates whether the user confirmation is necessary to confirm the device response.
Indicates whether the user confirmation is necessary to confirm the device response.
public Boolean getUserConfirmationNecessary()
Indicates whether the user confirmation is necessary to confirm the device response.
Indicates whether the user confirmation is necessary to confirm the device response.
public void setUserConfirmationNecessary(Boolean userConfirmationNecessary)
Indicates whether the user confirmation is necessary to confirm the device response.
userConfirmationNecessary - Indicates whether the user confirmation is necessary to confirm the device response.
public ConfirmDeviceResult withUserConfirmationNecessary(Boolean userConfirmationNecessary)
Indicates whether the user confirmation is necessary to confirm the device response.
Returns a reference to this object so that method calls can be chained together.
userConfirmationNecessary - Indicates whether the user confirmation is necessary to confirm the device response.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.