java.lang.Object
com.logicommerce.sdk.models.AddressValidatedMessage
AddressValidatedMessage for Address Service
- Since:
- 1.3.0
- Author:
- Logicommerce
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorAddressValidatedMessage(String message, String detail) Constructor with message and details -
Method Summary
Modifier and TypeMethodDescriptionReturns the detailsReturns the messagevoidSets the detailsvoidsetMessage(String message) Sets the message
-
Constructor Details
-
AddressValidatedMessage
public AddressValidatedMessage()Default constructor -
AddressValidatedMessage
Constructor with message and details- Parameters:
message- a Stringdetail- a String
-
-
Method Details
-
getMessage
Returns the message- Returns:
- a String
-
setMessage
Sets the message- Parameters:
message- a String
-
getDetail
Returns the details- Returns:
- a String
-
setDetail
Sets the details- Parameters:
details- a String
-