Package io.sendon.kakao.response
Class GetProfileDetail
- java.lang.Object
-
- io.sendon.base.SendonResponse
-
- io.sendon.kakao.response.GetProfileDetail
-
public class GetProfileDetail extends SendonResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetProfileDetail.GetProfileDetailData
-
Field Summary
Fields Modifier and Type Field Description GetProfileDetail.GetProfileDetailDatadata-
Fields inherited from class io.sendon.base.SendonResponse
code, message
-
-
Constructor Summary
Constructors Constructor Description GetProfileDetail(SendonJsonResponse sendonJsonResponse)
-
Method Summary
-
Methods inherited from class io.sendon.base.SendonResponse
getBooleanValue, getBooleanValue, getDateValue, getEnumValue, getFloatValue, getIntValue, getStringValue
-
-
-
-
Field Detail
-
data
public GetProfileDetail.GetProfileDetailData data
-
-
Constructor Detail
-
GetProfileDetail
public GetProfileDetail(SendonJsonResponse sendonJsonResponse)
-
-