Class QueryStringKey
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.QueryStringKey
-
public class QueryStringKey extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryStringKey()
QueryStringKey(QueryStringKey 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 使用/排除部分url参数,取值有: includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。String
getReorder()
Get 是否重新排序 注意:此字段可能返回 null,表示取不到有效值。String
getSwitch()
Get CacheKey是否由QueryString组成配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。String
getValue()
Get 使用/排除的url参数数组,';' 分割 注意:此字段可能返回 null,表示取不到有效值。void
setAction(String Action)
Set 使用/排除部分url参数,取值有: includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。void
setReorder(String Reorder)
Set 是否重新排序 注意:此字段可能返回 null,表示取不到有效值。void
setSwitch(String Switch)
Set CacheKey是否由QueryString组成配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。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
-
QueryStringKey
public QueryStringKey()
-
QueryStringKey
public QueryStringKey(QueryStringKey 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:关闭 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Switch CacheKey是否由QueryString组成配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。
-
setSwitch
public void setSwitch(String Switch)
Set CacheKey是否由QueryString组成配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Switch
- CacheKey是否由QueryString组成配置开关,取值有: on:开启 off:关闭 注意:此字段可能返回 null,表示取不到有效值。
-
getReorder
public String getReorder()
Get 是否重新排序 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Reorder 是否重新排序 注意:此字段可能返回 null,表示取不到有效值。
-
setReorder
public void setReorder(String Reorder)
Set 是否重新排序 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Reorder
- 是否重新排序 注意:此字段可能返回 null,表示取不到有效值。
-
getAction
public String getAction()
Get 使用/排除部分url参数,取值有: includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Action 使用/排除部分url参数,取值有: includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。
-
setAction
public void setAction(String Action)
Set 使用/排除部分url参数,取值有: includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Action
- 使用/排除部分url参数,取值有: includeAll:包含所有 excludeAll:排除所有 includeCustom:自定义包含 excludeCustom:自定义排除 注意:此字段可能返回 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,表示取不到有效值。
-
-