public class GetVarListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetVarListRequest() | 
| GetVarListRequest(GetVarListRequest 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 | 
|---|---|
| String | getAppBizId()Get 应用ID | 
| String | getKeyword()Get 按变量名称关键词搜索 | 
| Long | getLimit()Get 限定数量(默认15) | 
| Boolean | getNeedInternalVar()Get 是否需要内部变量(默认false) | 
| Long | getOffset()Get 起始偏移量(默认0) | 
| String[] | getVarIds()Get 变量ID数组 | 
| Long | getVarModuleType()Get 变量类型 | 
| String | getVarType()Get 按变量类型过滤,默认查询所有类型(STRING,INT,FLOAT,BOOL,OBJECT,ARRAY_STRING,ARRAY_INT,ARRAY_FLOAT,ARRAY_BOOL,ARRAY_OBJECT,FILE,DOCUMENT,IMAGE,AUDIO) | 
| void | setAppBizId(String AppBizId)Set 应用ID | 
| void | setKeyword(String Keyword)Set 按变量名称关键词搜索 | 
| void | setLimit(Long Limit)Set 限定数量(默认15) | 
| void | setNeedInternalVar(Boolean NeedInternalVar)Set 是否需要内部变量(默认false) | 
| void | setOffset(Long Offset)Set 起始偏移量(默认0) | 
| void | setVarIds(String[] VarIds)Set 变量ID数组 | 
| void | setVarModuleType(Long VarModuleType)Set 变量类型 | 
| void | setVarType(String VarType)Set 按变量类型过滤,默认查询所有类型(STRING,INT,FLOAT,BOOL,OBJECT,ARRAY_STRING,ARRAY_INT,ARRAY_FLOAT,ARRAY_BOOL,ARRAY_OBJECT,FILE,DOCUMENT,IMAGE,AUDIO) | 
| 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 GetVarListRequest()
public GetVarListRequest(GetVarListRequest source)
public String getAppBizId()
public void setAppBizId(String AppBizId)
AppBizId - 应用IDpublic String[] getVarIds()
public void setVarIds(String[] VarIds)
VarIds - 变量ID数组public String getKeyword()
public void setKeyword(String Keyword)
Keyword - 按变量名称关键词搜索public Long getOffset()
public void setOffset(Long Offset)
Offset - 起始偏移量(默认0)public Long getLimit()
public void setLimit(Long Limit)
Limit - 限定数量(默认15)public String getVarType()
public void setVarType(String VarType)
VarType - 按变量类型过滤,默认查询所有类型(STRING,INT,FLOAT,BOOL,OBJECT,ARRAY_STRING,ARRAY_INT,ARRAY_FLOAT,ARRAY_BOOL,ARRAY_OBJECT,FILE,DOCUMENT,IMAGE,AUDIO)public Boolean getNeedInternalVar()
public void setNeedInternalVar(Boolean NeedInternalVar)
NeedInternalVar - 是否需要内部变量(默认false)public Long getVarModuleType()
public void setVarModuleType(Long VarModuleType)
VarModuleType - 变量类型Copyright © 2025. All rights reserved.