Class CacheKey
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.CacheKey
-
public class CacheKey extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullUrlCache()
Get 是否开启全路径缓存,取值有: on:开启全路径缓存(即关闭参数忽略); off:关闭全路径缓存(即开启参数忽略)。 注意:此字段可能返回 null,表示取不到有效值。String
getIgnoreCase()
Get 是否忽略大小写缓存,取值有: on:忽略; off:不忽略。 注意:此字段可能返回 null,表示取不到有效值。QueryString
getQueryString()
Get CacheKey 中包含请求参数。 注意:此字段可能返回 null,表示取不到有效值。void
setFullUrlCache(String FullUrlCache)
Set 是否开启全路径缓存,取值有: on:开启全路径缓存(即关闭参数忽略); off:关闭全路径缓存(即开启参数忽略)。 注意:此字段可能返回 null,表示取不到有效值。void
setIgnoreCase(String IgnoreCase)
Set 是否忽略大小写缓存,取值有: on:忽略; off:不忽略。 注意:此字段可能返回 null,表示取不到有效值。void
setQueryString(QueryString QueryString)
Set CacheKey 中包含请求参数。 注意:此字段可能返回 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
-
CacheKey
public CacheKey()
-
CacheKey
public CacheKey(CacheKey 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
-
getFullUrlCache
public String getFullUrlCache()
Get 是否开启全路径缓存,取值有:- on:开启全路径缓存(即关闭参数忽略);
- off:关闭全路径缓存(即开启参数忽略)。
注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FullUrlCache 是否开启全路径缓存,取值有:
- on:开启全路径缓存(即关闭参数忽略);
- off:关闭全路径缓存(即开启参数忽略)。
注意:此字段可能返回 null,表示取不到有效值。
-
setFullUrlCache
public void setFullUrlCache(String FullUrlCache)
Set 是否开启全路径缓存,取值有:- on:开启全路径缓存(即关闭参数忽略);
- off:关闭全路径缓存(即开启参数忽略)。
注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FullUrlCache
- 是否开启全路径缓存,取值有:- on:开启全路径缓存(即关闭参数忽略);
- off:关闭全路径缓存(即开启参数忽略)。
注意:此字段可能返回 null,表示取不到有效值。
-
getIgnoreCase
public String getIgnoreCase()
Get 是否忽略大小写缓存,取值有:- on:忽略;
- off:不忽略。
注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IgnoreCase 是否忽略大小写缓存,取值有:
- on:忽略;
- off:不忽略。
注意:此字段可能返回 null,表示取不到有效值。
-
setIgnoreCase
public void setIgnoreCase(String IgnoreCase)
Set 是否忽略大小写缓存,取值有:- on:忽略;
- off:不忽略。
注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IgnoreCase
- 是否忽略大小写缓存,取值有:- on:忽略;
- off:不忽略。
注意:此字段可能返回 null,表示取不到有效值。
-
getQueryString
public QueryString getQueryString()
Get CacheKey 中包含请求参数。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- QueryString CacheKey 中包含请求参数。 注意:此字段可能返回 null,表示取不到有效值。
-
setQueryString
public void setQueryString(QueryString QueryString)
Set CacheKey 中包含请求参数。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
QueryString
- CacheKey 中包含请求参数。 注意:此字段可能返回 null,表示取不到有效值。
-
-