public class UpdateRowFilterRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
UpdateRowFilterRequest() |
UpdateRowFilterRequest(UpdateRowFilterRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
Policy |
getPolicy()
Get 新的过滤策略。
|
Long |
getPolicyId()
Get 行过滤策略的id,此值可以通过DescribeUserInfo或者DescribeWorkGroupInfo接口获取
|
void |
setPolicy(Policy Policy)
Set 新的过滤策略。
|
void |
setPolicyId(Long PolicyId)
Set 行过滤策略的id,此值可以通过DescribeUserInfo或者DescribeWorkGroupInfo接口获取
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateRowFilterRequest()
public UpdateRowFilterRequest(UpdateRowFilterRequest source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId - 行过滤策略的id,此值可以通过DescribeUserInfo或者DescribeWorkGroupInfo接口获取public Policy getPolicy()
public void setPolicy(Policy Policy)
Policy - 新的过滤策略。Copyright © 2024. All rights reserved.