Package com.moesif.api.models
Class StatusModel
java.lang.Object
com.moesif.api.models.StatusModel
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StatusModel
public StatusModel()
-
-
Method Details
-
getStatus
public boolean getStatus()GETTER Status of Call- Returns:
- the value
-
setStatus
public void setStatus(boolean value) SETTER Status of Call- Parameters:
value- the value to set
-
getRegion
GETTER Location- Returns:
- the value
-
setRegion
SETTER Location- Parameters:
value- the value to set
-