Package io.moov.sdk.models.components
Class WebhookDataRepresentativeDisabled
- java.lang.Object
-
- io.moov.sdk.models.components.WebhookDataRepresentativeDisabled
-
public class WebhookDataRepresentativeDisabled extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookDataRepresentativeDisabled.Builder
-
Constructor Summary
Constructors Constructor Description WebhookDataRepresentativeDisabled(java.lang.String accountID, java.lang.String representativeID)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountID()static WebhookDataRepresentativeDisabled.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringrepresentativeID()java.lang.StringtoString()WebhookDataRepresentativeDisabledwithAccountID(java.lang.String accountID)WebhookDataRepresentativeDisabledwithRepresentativeID(java.lang.String representativeID)
-
-
-
Method Detail
-
accountID
public java.lang.String accountID()
-
representativeID
public java.lang.String representativeID()
-
builder
public static final WebhookDataRepresentativeDisabled.Builder builder()
-
withAccountID
public WebhookDataRepresentativeDisabled withAccountID(java.lang.String accountID)
-
withRepresentativeID
public WebhookDataRepresentativeDisabled withRepresentativeID(java.lang.String representativeID)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-