Package io.moov.sdk.models.components
Class VolumeByCustomerTypeError
- java.lang.Object
-
- io.moov.sdk.models.components.VolumeByCustomerTypeError
-
public class VolumeByCustomerTypeError extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVolumeByCustomerTypeError.Builder
-
Constructor Summary
Constructors Constructor Description VolumeByCustomerTypeError()VolumeByCustomerTypeError(java.util.Optional<java.lang.String> businessToBusinessPercentage, java.util.Optional<java.lang.String> consumerToBusinessPercentage)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VolumeByCustomerTypeError.Builderbuilder()java.util.Optional<java.lang.String>businessToBusinessPercentage()java.util.Optional<java.lang.String>consumerToBusinessPercentage()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()VolumeByCustomerTypeErrorwithBusinessToBusinessPercentage(java.lang.String businessToBusinessPercentage)VolumeByCustomerTypeErrorwithBusinessToBusinessPercentage(java.util.Optional<java.lang.String> businessToBusinessPercentage)VolumeByCustomerTypeErrorwithConsumerToBusinessPercentage(java.lang.String consumerToBusinessPercentage)VolumeByCustomerTypeErrorwithConsumerToBusinessPercentage(java.util.Optional<java.lang.String> consumerToBusinessPercentage)
-
-
-
Method Detail
-
businessToBusinessPercentage
public java.util.Optional<java.lang.String> businessToBusinessPercentage()
-
consumerToBusinessPercentage
public java.util.Optional<java.lang.String> consumerToBusinessPercentage()
-
builder
public static VolumeByCustomerTypeError.Builder builder()
-
withBusinessToBusinessPercentage
public VolumeByCustomerTypeError withBusinessToBusinessPercentage(java.lang.String businessToBusinessPercentage)
-
withBusinessToBusinessPercentage
public VolumeByCustomerTypeError withBusinessToBusinessPercentage(java.util.Optional<java.lang.String> businessToBusinessPercentage)
-
withConsumerToBusinessPercentage
public VolumeByCustomerTypeError withConsumerToBusinessPercentage(java.lang.String consumerToBusinessPercentage)
-
withConsumerToBusinessPercentage
public VolumeByCustomerTypeError withConsumerToBusinessPercentage(java.util.Optional<java.lang.String> consumerToBusinessPercentage)
-
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
-
-