public class HeaderKey extends AbstractModel
Constructor and Description |
---|
HeaderKey() |
Modifier and Type | Method and Description |
---|---|
String |
getSwitch()
Get 是否组成Cachekey
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get 组成CacheKey的header 逗号分隔
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSwitch(String Switch)
Set 是否组成Cachekey
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
Set 组成CacheKey的header 逗号分隔
注意:此字段可能返回 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 String getSwitch()
public void setSwitch(String Switch)
Switch
- 是否组成Cachekey
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value
- 组成CacheKey的header 逗号分隔
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.