-
public final class RemoveAccountResponseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRemoveAccountResponseResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringstatusprivate final StringstatusDescprivate final StringerrCodeprivate final StringaccountIdprivate final RequestInforequestInfo
-
Constructor Summary
Constructors Constructor Description RemoveAccountResponseResult(String status, String statusDesc, String errCode, String accountId, RequestInfo requestInfo)
-
Method Summary
Modifier and Type Method Description final StringgetStatus()final StringgetStatusDesc()final StringgetErrCode()final StringgetAccountId()final RequestInfogetRequestInfo()final JSONObjectgetJSONObject(Boolean maskPi, Boolean logInfo)-
-
Constructor Detail
-
RemoveAccountResponseResult
RemoveAccountResponseResult(String status, String statusDesc, String errCode, String accountId, RequestInfo requestInfo)
-
-
Method Detail
-
getStatusDesc
final String getStatusDesc()
-
getErrCode
final String getErrCode()
-
getAccountId
final String getAccountId()
-
getRequestInfo
final RequestInfo getRequestInfo()
-
getJSONObject
final JSONObject getJSONObject(Boolean maskPi, Boolean logInfo)
-
-
-
-