Class CloudGlobalPayTimeInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CloudGlobalPayTimeInfo
-
public class CloudGlobalPayTimeInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudGlobalPayTimeInfo()
CloudGlobalPayTimeInfo(CloudGlobalPayTimeInfo 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 Long
getExpireTimestamp()
Get 订单结束时间。 逾期将会拒绝下单。不指定时默认为当前时间的7天后结束。Long
getStartTimestamp()
Get 订单开始时间。 不指定时默认为当前时间。Long
getTimeOffset()
Get 时区。 不指定时默认为28800,表示北京时间(东八区)。void
setExpireTimestamp(Long ExpireTimestamp)
Set 订单结束时间。 逾期将会拒绝下单。不指定时默认为当前时间的7天后结束。void
setStartTimestamp(Long StartTimestamp)
Set 订单开始时间。 不指定时默认为当前时间。void
setTimeOffset(Long TimeOffset)
Set 时区。 不指定时默认为28800,表示北京时间(东八区)。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
-
CloudGlobalPayTimeInfo
public CloudGlobalPayTimeInfo()
-
CloudGlobalPayTimeInfo
public CloudGlobalPayTimeInfo(CloudGlobalPayTimeInfo 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
-
getStartTimestamp
public Long getStartTimestamp()
Get 订单开始时间。 不指定时默认为当前时间。- Returns:
- StartTimestamp 订单开始时间。 不指定时默认为当前时间。
-
setStartTimestamp
public void setStartTimestamp(Long StartTimestamp)
Set 订单开始时间。 不指定时默认为当前时间。- Parameters:
StartTimestamp
- 订单开始时间。 不指定时默认为当前时间。
-
getExpireTimestamp
public Long getExpireTimestamp()
Get 订单结束时间。 逾期将会拒绝下单。不指定时默认为当前时间的7天后结束。- Returns:
- ExpireTimestamp 订单结束时间。 逾期将会拒绝下单。不指定时默认为当前时间的7天后结束。
-
setExpireTimestamp
public void setExpireTimestamp(Long ExpireTimestamp)
Set 订单结束时间。 逾期将会拒绝下单。不指定时默认为当前时间的7天后结束。- Parameters:
ExpireTimestamp
- 订单结束时间。 逾期将会拒绝下单。不指定时默认为当前时间的7天后结束。
-
getTimeOffset
public Long getTimeOffset()
Get 时区。 不指定时默认为28800,表示北京时间(东八区)。- Returns:
- TimeOffset 时区。 不指定时默认为28800,表示北京时间(东八区)。
-
setTimeOffset
public void setTimeOffset(Long TimeOffset)
Set 时区。 不指定时默认为28800,表示北京时间(东八区)。- Parameters:
TimeOffset
- 时区。 不指定时默认为28800,表示北京时间(东八区)。
-
-