public class QueryString extends AbstractModel
Constructor and Description |
---|
QueryString() |
QueryString(QueryString 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 |
getAction()
Get CacheKey使用QueryString的方式,取值有:
includeCustom:使用部分url参数;
excludeCustom:排除部分url参数。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSwitch()
Get CacheKey是否由QueryString组成,取值有:
on:是;
off:否。
|
String[] |
getValue()
Get 使用/排除的url参数数组。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAction(String Action)
Set CacheKey使用QueryString的方式,取值有:
includeCustom:使用部分url参数;
excludeCustom:排除部分url参数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSwitch(String Switch)
Set CacheKey是否由QueryString组成,取值有:
on:是;
off:否。
|
void |
setValue(String[] Value)
Set 使用/排除的url参数数组。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryString()
public QueryString(QueryString source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- CacheKey是否由QueryString组成,取值有:
public String getAction()
public void setAction(String Action)
Action
- CacheKey使用QueryString的方式,取值有:
public String[] getValue()
public void setValue(String[] Value)
Value
- 使用/排除的url参数数组。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.