-
public class BaseResponseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBaseResponseResult.Companion
-
Constructor Summary
Constructors Constructor Description BaseResponseResult(String status, String statusDesc, String errorCode)
-
Method Summary
Modifier and Type Method Description StringgetStatus()StringgetStatusDesc()StringgetErrorCode()-
-
Method Detail
-
getStatusDesc
String getStatusDesc()
-
getErrorCode
String getErrorCode()
-
-
-
-