public class IndustryManufactureCommonEventResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
IndustryManufactureCommonEventResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static IndustryManufactureCommonEventResponseBody |
build(Map<String,?> map) |
String |
getErrorMsg() |
String |
getRequestId() |
Object |
getResult() |
IndustryManufactureCommonEventResponseBody |
setErrorMsg(String errorMsg) |
IndustryManufactureCommonEventResponseBody |
setRequestId(String requestId) |
IndustryManufactureCommonEventResponseBody |
setResult(Object result) |
@NameInMap(value="errorMsg") public String errorMsg
@NameInMap(value="requestId") public String requestId
@NameInMap(value="result") public Object result
public IndustryManufactureCommonEventResponseBody()
public static IndustryManufactureCommonEventResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic IndustryManufactureCommonEventResponseBody setErrorMsg(String errorMsg)
public String getErrorMsg()
public IndustryManufactureCommonEventResponseBody setRequestId(String requestId)
public String getRequestId()
public IndustryManufactureCommonEventResponseBody setResult(Object result)
public Object getResult()
Copyright © 2022. All rights reserved.