Class DateParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.DateParam
-
public class DateParam 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 StringgetFormat()Get 时间格式StringgetTargetType()Get 输入类型,string,unix时间戳,默认string 注意:此字段可能返回 null,表示取不到有效值。StringgetTimeZone()Get 时区,默认GMT+8 注意:此字段可能返回 null,表示取不到有效值。voidsetFormat(String Format)Set 时间格式voidsetTargetType(String TargetType)Set 输入类型,string,unix时间戳,默认string 注意:此字段可能返回 null,表示取不到有效值。voidsetTimeZone(String TimeZone)Set 时区,默认GMT+8 注意:此字段可能返回 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
-
DateParam
public DateParam()
-
DateParam
public DateParam(DateParam 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
-
getFormat
public String getFormat()
Get 时间格式- Returns:
- Format 时间格式
-
setFormat
public void setFormat(String Format)
Set 时间格式- Parameters:
Format- 时间格式
-
getTargetType
public String getTargetType()
Get 输入类型,string,unix时间戳,默认string 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TargetType 输入类型,string,unix时间戳,默认string 注意:此字段可能返回 null,表示取不到有效值。
-
setTargetType
public void setTargetType(String TargetType)
Set 输入类型,string,unix时间戳,默认string 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TargetType- 输入类型,string,unix时间戳,默认string 注意:此字段可能返回 null,表示取不到有效值。
-
getTimeZone
public String getTimeZone()
Get 时区,默认GMT+8 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TimeZone 时区,默认GMT+8 注意:此字段可能返回 null,表示取不到有效值。
-
setTimeZone
public void setTimeZone(String TimeZone)
Set 时区,默认GMT+8 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TimeZone- 时区,默认GMT+8 注意:此字段可能返回 null,表示取不到有效值。
-
-