public class PublishTime extends AbstractModel
Constructor and Description |
---|
PublishTime() |
PublishTime(PublishTime 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getPublishTime()
Get 推流时间。
UTC 格式,例如:2018-06-29T19:00:00Z。
|
void |
setPublishTime(String PublishTime)
Set 推流时间。
UTC 格式,例如:2018-06-29T19:00:00Z。
|
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 PublishTime()
public PublishTime(PublishTime source)
public String getPublishTime()
public void setPublishTime(String PublishTime)
PublishTime
- 推流时间。
UTC 格式,例如:2018-06-29T19:00:00Z。Copyright © 2022. All rights reserved.