-
public final class DisputeListResponseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDisputeListResponseResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringstatusprivate final StringstatusDescprivate final StringerrCodeprivate final List<CustDisputeList>listofCustDispute
-
Constructor Summary
Constructors Constructor Description DisputeListResponseResult(String status, String statusDesc, String errCode, List<CustDisputeList> listofCustDispute)
-
Method Summary
Modifier and Type Method Description final StringgetStatus()final StringgetStatusDesc()final StringgetErrCode()final List<CustDisputeList>getListofCustDispute()-
-
Constructor Detail
-
DisputeListResponseResult
DisputeListResponseResult(String status, String statusDesc, String errCode, List<CustDisputeList> listofCustDispute)
-
-
Method Detail
-
getStatusDesc
final String getStatusDesc()
-
getErrCode
final String getErrCode()
-
getListofCustDispute
final List<CustDisputeList> getListofCustDispute()
-
-
-
-