Interface EmergencyAddress
public interface EmergencyAddress
Details of the emergency address.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic EmergencyAddress.Builderbuilder()Getting buildergetCity()The city of the emergency location.The location for address.The postal code of the emergency location.The postal code of the emergency location.getState()The state or province of the emergency location.The street name of the emergency location.The street number for the emergency address.
-
Method Details
-
getStreetNumber
String getStreetNumber()The street number for the emergency address.Field is required when used for a request
- Returns:
- streetNumber
-
getStreetInfo
String getStreetInfo()The street name of the emergency location.Field is required when used for a request
- Returns:
- streetInfo
-
getLocation
String getLocation()The location for address.- Returns:
- location
-
getCity
String getCity()The city of the emergency location.Field is required when used for a request
- Returns:
- city
-
getState
String getState()The state or province of the emergency location.Field is required when used for a request
- Returns:
- state
-
getPostalCode
String getPostalCode()The postal code of the emergency location.Field is required when used for a request
- Returns:
- postalCode
-
getPostalCodePlusFour
String getPostalCodePlusFour()The postal code of the emergency location.- Returns:
- postalCodePlusFour
-
builder
Getting builder- Returns:
- New Builder instance
-