Class OutputStructParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.OutputStructParam
-
public class OutputStructParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OutputStructParam()OutputStructParam(OutputStructParam 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 StringgetKey()Get 对应输出json中的keyStringgetValue()Get 可以填json-path也可以支持常量或者内置关键字date类型StringgetValueType()Get value的数据类型, 可选值: STRING, NUMBER,BOOLEAN,NULL,SYS_VARIABLE,JSONPATHvoidsetKey(String Key)Set 对应输出json中的keyvoidsetValue(String Value)Set 可以填json-path也可以支持常量或者内置关键字date类型voidsetValueType(String ValueType)Set value的数据类型, 可选值: STRING, NUMBER,BOOLEAN,NULL,SYS_VARIABLE,JSONPATHvoidtoMap(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
-
OutputStructParam
public OutputStructParam()
-
OutputStructParam
public OutputStructParam(OutputStructParam 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
-
getKey
public String getKey()
Get 对应输出json中的key- Returns:
- Key 对应输出json中的key
-
setKey
public void setKey(String Key)
Set 对应输出json中的key- Parameters:
Key- 对应输出json中的key
-
getValue
public String getValue()
Get 可以填json-path也可以支持常量或者内置关键字date类型- Returns:
- Value 可以填json-path也可以支持常量或者内置关键字date类型
-
setValue
public void setValue(String Value)
Set 可以填json-path也可以支持常量或者内置关键字date类型- Parameters:
Value- 可以填json-path也可以支持常量或者内置关键字date类型
-
getValueType
public String getValueType()
Get value的数据类型, 可选值: STRING, NUMBER,BOOLEAN,NULL,SYS_VARIABLE,JSONPATH- Returns:
- ValueType value的数据类型, 可选值: STRING, NUMBER,BOOLEAN,NULL,SYS_VARIABLE,JSONPATH
-
setValueType
public void setValueType(String ValueType)
Set value的数据类型, 可选值: STRING, NUMBER,BOOLEAN,NULL,SYS_VARIABLE,JSONPATH- Parameters:
ValueType- value的数据类型, 可选值: STRING, NUMBER,BOOLEAN,NULL,SYS_VARIABLE,JSONPATH
-
-