Package io.moov.sdk.models.components
Class VolumeShareByCustomerType
- java.lang.Object
-
- io.moov.sdk.models.components.VolumeShareByCustomerType
-
public class VolumeShareByCustomerType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVolumeShareByCustomerType.Builder
-
Constructor Summary
Constructors Constructor Description VolumeShareByCustomerType()VolumeShareByCustomerType(java.util.Optional<java.lang.Integer> business, java.util.Optional<java.lang.Integer> consumer, java.util.Optional<java.lang.Integer> p2p)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VolumeShareByCustomerType.Builderbuilder()java.util.Optional<java.lang.Integer>business()java.util.Optional<java.lang.Integer>consumer()booleanequals(java.lang.Object o)inthashCode()java.util.Optional<java.lang.Integer>p2p()java.lang.StringtoString()VolumeShareByCustomerTypewithBusiness(int business)VolumeShareByCustomerTypewithBusiness(java.util.Optional<java.lang.Integer> business)VolumeShareByCustomerTypewithConsumer(int consumer)VolumeShareByCustomerTypewithConsumer(java.util.Optional<java.lang.Integer> consumer)VolumeShareByCustomerTypewithP2p(int p2p)VolumeShareByCustomerTypewithP2p(java.util.Optional<java.lang.Integer> p2p)
-
-
-
Method Detail
-
business
public java.util.Optional<java.lang.Integer> business()
-
consumer
public java.util.Optional<java.lang.Integer> consumer()
-
p2p
public java.util.Optional<java.lang.Integer> p2p()
-
builder
public static VolumeShareByCustomerType.Builder builder()
-
withBusiness
public VolumeShareByCustomerType withBusiness(int business)
-
withBusiness
public VolumeShareByCustomerType withBusiness(java.util.Optional<java.lang.Integer> business)
-
withConsumer
public VolumeShareByCustomerType withConsumer(int consumer)
-
withConsumer
public VolumeShareByCustomerType withConsumer(java.util.Optional<java.lang.Integer> consumer)
-
withP2p
public VolumeShareByCustomerType withP2p(int p2p)
-
withP2p
public VolumeShareByCustomerType withP2p(java.util.Optional<java.lang.Integer> p2p)
-
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
-
-