Class QueryString
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.QueryString
-
public class QueryString extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QueryString
public QueryString()
-
QueryString
public 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.
-
-
Method Detail
-
getSwitch
public String getSwitch()
Get CacheKey是否由QueryString组成,取值有:- on:是;
- off:否。
- Returns:
- Switch CacheKey是否由QueryString组成,取值有:
- on:是;
- off:否。
-
setSwitch
public void setSwitch(String Switch)
Set CacheKey是否由QueryString组成,取值有:- on:是;
- off:否。
- Parameters:
Switch
- CacheKey是否由QueryString组成,取值有:- on:是;
- off:否。
-
getAction
public String getAction()
Get CacheKey使用QueryString的方式,取值有:- includeCustom:使用部分url参数;
- excludeCustom:排除部分url参数。
注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Action CacheKey使用QueryString的方式,取值有:
- includeCustom:使用部分url参数;
- excludeCustom:排除部分url参数。
注意:此字段可能返回 null,表示取不到有效值。
-
setAction
public void setAction(String Action)
Set CacheKey使用QueryString的方式,取值有:- includeCustom:使用部分url参数;
- excludeCustom:排除部分url参数。
注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Action
- CacheKey使用QueryString的方式,取值有:- includeCustom:使用部分url参数;
- excludeCustom:排除部分url参数。
注意:此字段可能返回 null,表示取不到有效值。
-
getValue
public String[] getValue()
Get 使用/排除的url参数数组。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 使用/排除的url参数数组。 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(String[] Value)
Set 使用/排除的url参数数组。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value
- 使用/排除的url参数数组。 注意:此字段可能返回 null,表示取不到有效值。
-
-