public class SearchIndexJobRerunResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
SearchIndexJobRerunResponseBody.SearchIndexJobRerunResponseBodyData |
限定符和类型 | 字段和说明 |
---|---|
String |
code
example:
200
|
SearchIndexJobRerunResponseBody.SearchIndexJobRerunResponseBodyData |
data |
String |
requestId
example:
11-DB8D-4A9A-875B-275798
|
String |
success
example:
true
|
构造器和说明 |
---|
SearchIndexJobRerunResponseBody() |
@NameInMap(value="Code") public String code
200
@NameInMap(value="Data") public SearchIndexJobRerunResponseBody.SearchIndexJobRerunResponseBodyData data
@NameInMap(value="RequestId") public String requestId
11-DB8D-4A9A-875B-275798
@NameInMap(value="Success") public String success
true
public static SearchIndexJobRerunResponseBody build(Map<String,?> map) throws Exception
Exception
public SearchIndexJobRerunResponseBody setCode(String code)
public String getCode()
public SearchIndexJobRerunResponseBody setData(SearchIndexJobRerunResponseBody.SearchIndexJobRerunResponseBodyData data)
public SearchIndexJobRerunResponseBody.SearchIndexJobRerunResponseBodyData getData()
public SearchIndexJobRerunResponseBody setRequestId(String requestId)
public String getRequestId()
public SearchIndexJobRerunResponseBody setSuccess(String success)
public String getSuccess()
Copyright © 2024. All rights reserved.