public class DropSearchLibResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
code |
String |
requestId
Id of the request
example:
63E8B7C7-4812-46AD-0FA56029AC86
|
String |
success |
构造器和说明 |
---|
DropSearchLibResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static DropSearchLibResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getRequestId() |
String |
getSuccess() |
DropSearchLibResponseBody |
setCode(String code) |
DropSearchLibResponseBody |
setRequestId(String requestId) |
DropSearchLibResponseBody |
setSuccess(String success) |
@NameInMap(value="Code") public String code
@NameInMap(value="RequestId") public String requestId
Id of the request
example:63E8B7C7-4812-46AD-0FA56029AC86
@NameInMap(value="Success") public String success
public static DropSearchLibResponseBody build(Map<String,?> map) throws Exception
Exception
public DropSearchLibResponseBody setCode(String code)
public String getCode()
public DropSearchLibResponseBody setRequestId(String requestId)
public String getRequestId()
public DropSearchLibResponseBody setSuccess(String success)
public String getSuccess()
Copyright © 2024. All rights reserved.