Package com.moesif.api.models
Class StatusModel
- java.lang.Object
-
- com.moesif.api.models.StatusModel
-
- All Implemented Interfaces:
Serializable
public class StatusModel extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatusModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRegion()GETTER LocationbooleangetStatus()GETTER Status of CallvoidsetRegion(String value)SETTER LocationvoidsetStatus(boolean value)SETTER Status of Call
-
-
-
Method Detail
-
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
public String getRegion()
GETTER Location- Returns:
- the value
-
setRegion
public void setRegion(String value)
SETTER Location- Parameters:
value- the value to set
-
-