Package io.moov.sdk.models.components
Class WebhookDataSweepCreated
- java.lang.Object
-
- io.moov.sdk.models.components.WebhookDataSweepCreated
-
public class WebhookDataSweepCreated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookDataSweepCreated.Builder
-
Constructor Summary
Constructors Constructor Description WebhookDataSweepCreated(java.lang.String walletID, java.lang.String sweepID)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebhookDataSweepCreated.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringsweepID()java.lang.StringtoString()java.lang.StringwalletID()WebhookDataSweepCreatedwithSweepID(java.lang.String sweepID)WebhookDataSweepCreatedwithWalletID(java.lang.String walletID)
-
-
-
Method Detail
-
walletID
public java.lang.String walletID()
-
sweepID
public java.lang.String sweepID()
-
builder
public static WebhookDataSweepCreated.Builder builder()
-
withWalletID
public WebhookDataSweepCreated withWalletID(java.lang.String walletID)
-
withSweepID
public WebhookDataSweepCreated withSweepID(java.lang.String sweepID)
-
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
-
-