Class ResponseGetCustomerQueuePosition
-
- All Implemented Interfaces:
public class ResponseGetCustomerQueuePosition
-
-
Field Summary
Fields Modifier and Type Field Description public int
index
-
Constructor Summary
Constructors Constructor Description ResponseGetCustomerQueuePosition(int index)
-
Method Summary
Modifier and Type Method Description int
getIndex()
String
toString()
static ResponseGetCustomerQueuePosition
parse(ResponseBody responseBody)
-
-
Method Detail
-
getIndex
int getIndex()
-
parse
static ResponseGetCustomerQueuePosition parse(ResponseBody responseBody)
-
-
-
-