public class QueryBatchSecurityPolicyRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
authToken |
String |
eventCode |
List<EventInfo> |
eventInfo |
String |
productInstanceId |
List<String> |
queryKeys |
String |
queryKeyType |
| Constructor and Description |
|---|
QueryBatchSecurityPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
static QueryBatchSecurityPolicyRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
String |
getEventCode() |
List<EventInfo> |
getEventInfo() |
String |
getProductInstanceId() |
List<String> |
getQueryKeys() |
String |
getQueryKeyType() |
QueryBatchSecurityPolicyRequest |
setAuthToken(String authToken) |
QueryBatchSecurityPolicyRequest |
setEventCode(String eventCode) |
QueryBatchSecurityPolicyRequest |
setEventInfo(List<EventInfo> eventInfo) |
QueryBatchSecurityPolicyRequest |
setProductInstanceId(String productInstanceId) |
QueryBatchSecurityPolicyRequest |
setQueryKeys(List<String> queryKeys) |
QueryBatchSecurityPolicyRequest |
setQueryKeyType(String queryKeyType) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="product_instance_id") public String productInstanceId
@NameInMap(value="event_code") @Validation(required=true) public String eventCode
@NameInMap(value="query_key_type") @Validation(required=true) public String queryKeyType
public static QueryBatchSecurityPolicyRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryBatchSecurityPolicyRequest setAuthToken(String authToken)
public String getAuthToken()
public QueryBatchSecurityPolicyRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public QueryBatchSecurityPolicyRequest setEventCode(String eventCode)
public String getEventCode()
public QueryBatchSecurityPolicyRequest setQueryKeys(List<String> queryKeys)
public QueryBatchSecurityPolicyRequest setQueryKeyType(String queryKeyType)
public String getQueryKeyType()
public QueryBatchSecurityPolicyRequest setEventInfo(List<EventInfo> eventInfo)
Copyright © 2025. All rights reserved.