Package io.moov.sdk.models.components
Class EnrichedAddressResponse
- java.lang.Object
-
- io.moov.sdk.models.components.EnrichedAddressResponse
-
public class EnrichedAddressResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEnrichedAddressResponse.Builder
-
Constructor Summary
Constructors Constructor Description EnrichedAddressResponse(java.util.List<AddressSuggestion> suggestions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnrichedAddressResponse.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.util.List<AddressSuggestion>suggestions()java.lang.StringtoString()EnrichedAddressResponsewithSuggestions(java.util.List<AddressSuggestion> suggestions)
-
-
-
Constructor Detail
-
EnrichedAddressResponse
public EnrichedAddressResponse(java.util.List<AddressSuggestion> suggestions)
-
-
Method Detail
-
suggestions
public java.util.List<AddressSuggestion> suggestions()
-
builder
public static EnrichedAddressResponse.Builder builder()
-
withSuggestions
public EnrichedAddressResponse withSuggestions(java.util.List<AddressSuggestion> suggestions)
-
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
-
-