public class BillSettementCarResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
BillSettementCarResponseBody.BillSettementCarResponseBodyModule |
static class |
BillSettementCarResponseBody.BillSettementCarResponseBodyModuleDataList |
限定符和类型 | 字段和说明 |
---|---|
BillSettementCarResponseBody.BillSettementCarResponseBodyModule |
module |
Long |
resultCode |
String |
resultMsg |
Boolean |
success |
构造器和说明 |
---|
BillSettementCarResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static BillSettementCarResponseBody |
build(Map<String,?> map) |
BillSettementCarResponseBody.BillSettementCarResponseBodyModule |
getModule() |
Long |
getResultCode() |
String |
getResultMsg() |
Boolean |
getSuccess() |
BillSettementCarResponseBody |
setModule(BillSettementCarResponseBody.BillSettementCarResponseBodyModule module) |
BillSettementCarResponseBody |
setResultCode(Long resultCode) |
BillSettementCarResponseBody |
setResultMsg(String resultMsg) |
BillSettementCarResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="module") public BillSettementCarResponseBody.BillSettementCarResponseBodyModule module
@NameInMap(value="resultCode") public Long resultCode
@NameInMap(value="resultMsg") public String resultMsg
@NameInMap(value="success") public Boolean success
public static BillSettementCarResponseBody build(Map<String,?> map) throws Exception
Exception
public BillSettementCarResponseBody setModule(BillSettementCarResponseBody.BillSettementCarResponseBodyModule module)
public BillSettementCarResponseBody.BillSettementCarResponseBodyModule getModule()
public BillSettementCarResponseBody setResultCode(Long resultCode)
public Long getResultCode()
public BillSettementCarResponseBody setResultMsg(String resultMsg)
public String getResultMsg()
public BillSettementCarResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2022. All rights reserved.