public class QueryRbbObtsZsearchRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
authToken |
String |
entityString |
String |
index |
String |
operationMethod |
String |
productInstanceId |
String |
type |
| Constructor and Description |
|---|
QueryRbbObtsZsearchRequest() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRbbObtsZsearchRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
String |
getEntityString() |
String |
getIndex() |
String |
getOperationMethod() |
String |
getProductInstanceId() |
String |
getType() |
QueryRbbObtsZsearchRequest |
setAuthToken(String authToken) |
QueryRbbObtsZsearchRequest |
setEntityString(String entityString) |
QueryRbbObtsZsearchRequest |
setIndex(String index) |
QueryRbbObtsZsearchRequest |
setOperationMethod(String operationMethod) |
QueryRbbObtsZsearchRequest |
setProductInstanceId(String productInstanceId) |
QueryRbbObtsZsearchRequest |
setType(String type) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="product_instance_id") public String productInstanceId
@NameInMap(value="index") @Validation(required=true) public String index
@NameInMap(value="type") public String type
@NameInMap(value="operation_method") public String operationMethod
@NameInMap(value="entity_string") public String entityString
public static QueryRbbObtsZsearchRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryRbbObtsZsearchRequest setAuthToken(String authToken)
public String getAuthToken()
public QueryRbbObtsZsearchRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public QueryRbbObtsZsearchRequest setIndex(String index)
public String getIndex()
public QueryRbbObtsZsearchRequest setType(String type)
public String getType()
public QueryRbbObtsZsearchRequest setOperationMethod(String operationMethod)
public String getOperationMethod()
public QueryRbbObtsZsearchRequest setEntityString(String entityString)
public String getEntityString()
Copyright © 2025. All rights reserved.