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