public class RecognizeFoodProduceLicenseResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
RecognizeFoodProduceLicenseResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RecognizeFoodProduceLicenseResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getData() |
String |
getMessage() |
String |
getRequestId() |
RecognizeFoodProduceLicenseResponseBody |
setCode(String code) |
RecognizeFoodProduceLicenseResponseBody |
setData(String data) |
RecognizeFoodProduceLicenseResponseBody |
setMessage(String message) |
RecognizeFoodProduceLicenseResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Code") public String code
@NameInMap(value="Data") public String data
@NameInMap(value="Message") public String message
@NameInMap(value="RequestId") public String requestId
public static RecognizeFoodProduceLicenseResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeFoodProduceLicenseResponseBody setCode(String code)
public String getCode()
public RecognizeFoodProduceLicenseResponseBody setData(String data)
public String getData()
public RecognizeFoodProduceLicenseResponseBody setMessage(String message)
public String getMessage()
public RecognizeFoodProduceLicenseResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.