public class SearchRange extends AbstractModel
header, skipSign
Constructor and Description |
---|
SearchRange() |
SearchRange(SearchRange 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 |
---|---|
ApiVarAttrInfo[] |
getApiVarAttrInfos()
Get 自定义变量和标签关系数据
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCondition()
Get 检索条件and/or
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApiVarAttrInfos(ApiVarAttrInfo[] ApiVarAttrInfos)
Set 自定义变量和标签关系数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCondition(String Condition)
Set 检索条件and/or
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public SearchRange()
public SearchRange(SearchRange source)
public String getCondition()
public void setCondition(String Condition)
Condition
- 检索条件and/or
注意:此字段可能返回 null,表示取不到有效值。public ApiVarAttrInfo[] getApiVarAttrInfos()
public void setApiVarAttrInfos(ApiVarAttrInfo[] ApiVarAttrInfos)
ApiVarAttrInfos
- 自定义变量和标签关系数据
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.