Package io.moov.sdk.models.components
Class PatchSweepConfig
- java.lang.Object
-
- io.moov.sdk.models.components.PatchSweepConfig
-
public class PatchSweepConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPatchSweepConfig.Builder
-
Constructor Summary
Constructors Constructor Description PatchSweepConfig()PatchSweepConfig(org.openapitools.jackson.nullable.JsonNullable<? extends Status> status, org.openapitools.jackson.nullable.JsonNullable<? extends PushPaymentMethodID> pushPaymentMethodID, org.openapitools.jackson.nullable.JsonNullable<? extends PullPaymentMethodID> pullPaymentMethodID, org.openapitools.jackson.nullable.JsonNullable<? extends StatementDescriptor> statementDescriptor, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> minimumBalance)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PatchSweepConfig.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>minimumBalance()org.openapitools.jackson.nullable.JsonNullable<PullPaymentMethodID>pullPaymentMethodID()org.openapitools.jackson.nullable.JsonNullable<PushPaymentMethodID>pushPaymentMethodID()org.openapitools.jackson.nullable.JsonNullable<StatementDescriptor>statementDescriptor()org.openapitools.jackson.nullable.JsonNullable<Status>status()java.lang.StringtoString()PatchSweepConfigwithMinimumBalance(java.lang.String minimumBalance)PatchSweepConfigwithMinimumBalance(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> minimumBalance)PatchSweepConfigwithPullPaymentMethodID(PullPaymentMethodID pullPaymentMethodID)PatchSweepConfigwithPullPaymentMethodID(org.openapitools.jackson.nullable.JsonNullable<? extends PullPaymentMethodID> pullPaymentMethodID)PatchSweepConfigwithPushPaymentMethodID(PushPaymentMethodID pushPaymentMethodID)PatchSweepConfigwithPushPaymentMethodID(org.openapitools.jackson.nullable.JsonNullable<? extends PushPaymentMethodID> pushPaymentMethodID)PatchSweepConfigwithStatementDescriptor(StatementDescriptor statementDescriptor)PatchSweepConfigwithStatementDescriptor(org.openapitools.jackson.nullable.JsonNullable<? extends StatementDescriptor> statementDescriptor)PatchSweepConfigwithStatus(Status status)PatchSweepConfigwithStatus(org.openapitools.jackson.nullable.JsonNullable<? extends Status> status)
-
-
-
Constructor Detail
-
PatchSweepConfig
public PatchSweepConfig(org.openapitools.jackson.nullable.JsonNullable<? extends Status> status, org.openapitools.jackson.nullable.JsonNullable<? extends PushPaymentMethodID> pushPaymentMethodID, org.openapitools.jackson.nullable.JsonNullable<? extends PullPaymentMethodID> pullPaymentMethodID, org.openapitools.jackson.nullable.JsonNullable<? extends StatementDescriptor> statementDescriptor, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> minimumBalance)
-
PatchSweepConfig
public PatchSweepConfig()
-
-
Method Detail
-
status
public org.openapitools.jackson.nullable.JsonNullable<Status> status()
-
pushPaymentMethodID
public org.openapitools.jackson.nullable.JsonNullable<PushPaymentMethodID> pushPaymentMethodID()
-
pullPaymentMethodID
public org.openapitools.jackson.nullable.JsonNullable<PullPaymentMethodID> pullPaymentMethodID()
-
statementDescriptor
public org.openapitools.jackson.nullable.JsonNullable<StatementDescriptor> statementDescriptor()
-
minimumBalance
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> minimumBalance()
-
builder
public static final PatchSweepConfig.Builder builder()
-
withStatus
public PatchSweepConfig withStatus(Status status)
-
withStatus
public PatchSweepConfig withStatus(org.openapitools.jackson.nullable.JsonNullable<? extends Status> status)
-
withPushPaymentMethodID
public PatchSweepConfig withPushPaymentMethodID(PushPaymentMethodID pushPaymentMethodID)
-
withPushPaymentMethodID
public PatchSweepConfig withPushPaymentMethodID(org.openapitools.jackson.nullable.JsonNullable<? extends PushPaymentMethodID> pushPaymentMethodID)
-
withPullPaymentMethodID
public PatchSweepConfig withPullPaymentMethodID(PullPaymentMethodID pullPaymentMethodID)
-
withPullPaymentMethodID
public PatchSweepConfig withPullPaymentMethodID(org.openapitools.jackson.nullable.JsonNullable<? extends PullPaymentMethodID> pullPaymentMethodID)
-
withStatementDescriptor
public PatchSweepConfig withStatementDescriptor(StatementDescriptor statementDescriptor)
-
withStatementDescriptor
public PatchSweepConfig withStatementDescriptor(org.openapitools.jackson.nullable.JsonNullable<? extends StatementDescriptor> statementDescriptor)
-
withMinimumBalance
public PatchSweepConfig withMinimumBalance(java.lang.String minimumBalance)
-
withMinimumBalance
public PatchSweepConfig withMinimumBalance(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> minimumBalance)
-
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
-
-