Class SMTParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.SMTParam
-
public class SMTParam 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 StringgetKey()Get 数据处理KEYStringgetOperate()Get 操作,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射,JSONPATHStringgetOriginalValue()Get 原始VALUE 注意:此字段可能返回 null,表示取不到有效值。StringgetSchemeType()Get 数据类型,ORIGINAL原始,STRING,INT64,FLOAT64,BOOLEAN,MAP,ARRAYStringgetValue()Get 数据处理VALUE 注意:此字段可能返回 null,表示取不到有效值。ValueParamgetValueOperate()Get VALUE处理 注意:此字段可能返回 null,表示取不到有效值。ValueParam[]getValueOperates()Get VALUE处理链 注意:此字段可能返回 null,表示取不到有效值。voidsetKey(String Key)Set 数据处理KEYvoidsetOperate(String Operate)Set 操作,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射,JSONPATHvoidsetOriginalValue(String OriginalValue)Set 原始VALUE 注意:此字段可能返回 null,表示取不到有效值。voidsetSchemeType(String SchemeType)Set 数据类型,ORIGINAL原始,STRING,INT64,FLOAT64,BOOLEAN,MAP,ARRAYvoidsetValue(String Value)Set 数据处理VALUE 注意:此字段可能返回 null,表示取不到有效值。voidsetValueOperate(ValueParam ValueOperate)Set VALUE处理 注意:此字段可能返回 null,表示取不到有效值。voidsetValueOperates(ValueParam[] ValueOperates)Set VALUE处理链 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
SMTParam
public SMTParam()
-
SMTParam
public SMTParam(SMTParam 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 数据处理KEY- Returns:
- Key 数据处理KEY
-
setKey
public void setKey(String Key)
Set 数据处理KEY- Parameters:
Key- 数据处理KEY
-
getOperate
public String getOperate()
Get 操作,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射,JSONPATH- Returns:
- Operate 操作,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射,JSONPATH
-
setOperate
public void setOperate(String Operate)
Set 操作,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射,JSONPATH- Parameters:
Operate- 操作,DATE系统预设-时间戳,CUSTOMIZE自定义,MAPPING映射,JSONPATH
-
getSchemeType
public String getSchemeType()
Get 数据类型,ORIGINAL原始,STRING,INT64,FLOAT64,BOOLEAN,MAP,ARRAY- Returns:
- SchemeType 数据类型,ORIGINAL原始,STRING,INT64,FLOAT64,BOOLEAN,MAP,ARRAY
-
setSchemeType
public void setSchemeType(String SchemeType)
Set 数据类型,ORIGINAL原始,STRING,INT64,FLOAT64,BOOLEAN,MAP,ARRAY- Parameters:
SchemeType- 数据类型,ORIGINAL原始,STRING,INT64,FLOAT64,BOOLEAN,MAP,ARRAY
-
getValue
public String getValue()
Get 数据处理VALUE 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 数据处理VALUE 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(String Value)
Set 数据处理VALUE 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value- 数据处理VALUE 注意:此字段可能返回 null,表示取不到有效值。
-
getValueOperate
public ValueParam getValueOperate()
Get VALUE处理 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ValueOperate VALUE处理 注意:此字段可能返回 null,表示取不到有效值。
-
setValueOperate
public void setValueOperate(ValueParam ValueOperate)
Set VALUE处理 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ValueOperate- VALUE处理 注意:此字段可能返回 null,表示取不到有效值。
-
getOriginalValue
public String getOriginalValue()
Get 原始VALUE 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OriginalValue 原始VALUE 注意:此字段可能返回 null,表示取不到有效值。
-
setOriginalValue
public void setOriginalValue(String OriginalValue)
Set 原始VALUE 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OriginalValue- 原始VALUE 注意:此字段可能返回 null,表示取不到有效值。
-
getValueOperates
public ValueParam[] getValueOperates()
Get VALUE处理链 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ValueOperates VALUE处理链 注意:此字段可能返回 null,表示取不到有效值。
-
setValueOperates
public void setValueOperates(ValueParam[] ValueOperates)
Set VALUE处理链 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ValueOperates- VALUE处理链 注意:此字段可能返回 null,表示取不到有效值。
-
-