public class ConfirmationDecision extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfirmationDecision.Builder
Class to build instances of
ConfirmationDecision. |
| Constructor and Description |
|---|
ConfirmationDecision(Boolean hasAgreed)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getHasAgreed()
Getter for HasAgreed.
|
int |
hashCode() |
ConfirmationDecision.Builder |
toBuilder()
Builds a new
ConfirmationDecision.Builder object. |
String |
toString()
Converts this ConfirmationDecision into string format.
|
public ConfirmationDecision(Boolean hasAgreed)
hasAgreed - Boolean value for hasAgreed.public Boolean getHasAgreed()
public String toString()
public ConfirmationDecision.Builder toBuilder()
ConfirmationDecision.Builder object.
Creates the instance with the state of the current model.ConfirmationDecision.Builder objectCopyright © 2024. All rights reserved.