Package io.moov.sdk.models.components
Class ReversedWithCancellation
- java.lang.Object
-
- io.moov.sdk.models.components.ReversedWithCancellation
-
public class ReversedWithCancellation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReversedWithCancellation.Builder
-
Constructor Summary
Constructors Constructor Description ReversedWithCancellation(Cancellation cancellation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReversedWithCancellation.Builderbuilder()Cancellationcancellation()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()ReversedWithCancellationwithCancellation(Cancellation cancellation)
-
-
-
Constructor Detail
-
ReversedWithCancellation
public ReversedWithCancellation(Cancellation cancellation)
-
-
Method Detail
-
cancellation
public Cancellation cancellation()
-
builder
public static ReversedWithCancellation.Builder builder()
-
withCancellation
public ReversedWithCancellation withCancellation(Cancellation cancellation)
-
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
-
-