public class KakaoLinkResponse
extends com.kakao.network.response.JSONObjectResponse
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.ResponseStringConverter<KakaoLinkResponse> |
CONVERTER |
Constructor and Description |
---|
KakaoLinkResponse(org.json.JSONObject linkResponse) |
KakaoLinkResponse(String stringData) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
getArgumentMsg() |
org.json.JSONObject |
getTemplateArgs() |
String |
getTemplateId() |
org.json.JSONObject |
getTemplateMsg() |
org.json.JSONObject |
getWarningMsg() |
public static final com.kakao.network.response.ResponseStringConverter<KakaoLinkResponse> CONVERTER
public KakaoLinkResponse(org.json.JSONObject linkResponse)
public KakaoLinkResponse(String stringData)
public org.json.JSONObject getArgumentMsg()
public org.json.JSONObject getTemplateArgs()
public String getTemplateId()
public org.json.JSONObject getTemplateMsg()
public org.json.JSONObject getWarningMsg()