-
public final class TrackResponse extends Response
Track API のレスポンス情報を保持する構造体です。
SDK内部で利用するタイプであり、通常のSDK利用でこちらのタイプを利用することはありません。
-
-
Field Summary
Fields Modifier and Type Field Description private final List<JSONObject>messagesprivate final JSONObjectjsonprivate final BooleanisSuccessfulprivate final BooleanisMaintenanceprivate final Integercodeprivate final Map<String, List<String>>headersprivate final Stringbody
-
Method Summary
Modifier and Type Method Description final List<JSONObject>getMessages()接客サービスの一覧 final JSONObjectgetJson()レスポンス内容をパースしたJSONObject final BooleangetIsSuccessful()final BooleangetIsMaintenance()final IntegergetCode()final Map<String, List<String>>getHeaders()final StringgetBody()-
Methods inherited from class io.karte.android.tracking.client.TrackResponse
toString -
Methods inherited from class io.karte.android.utilities.http.Response
equals, hashCode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMessages
final List<JSONObject> getMessages()
接客サービスの一覧
-
getJson
final JSONObject getJson()
レスポンス内容をパースしたJSONObject
-
getIsSuccessful
final Boolean getIsSuccessful()
-
getIsMaintenance
final Boolean getIsMaintenance()
-
getHeaders
final Map<String, List<String>> getHeaders()
-
-
-
-