public class ForbidStreamInfo extends AbstractModel
Constructor and Description |
---|
ForbidStreamInfo() |
ForbidStreamInfo(ForbidStreamInfo 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 |
getCreateTime()
Get 创建时间。
|
String |
getExpireTime()
Get 禁推过期时间。
|
String |
getStreamName()
Get 流名称。
|
void |
setCreateTime(String CreateTime)
Set 创建时间。
|
void |
setExpireTime(String ExpireTime)
Set 禁推过期时间。
|
void |
setStreamName(String StreamName)
Set 流名称。
|
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 ForbidStreamInfo()
public ForbidStreamInfo(ForbidStreamInfo source)
public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- 流名称。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间。public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- 禁推过期时间。Copyright © 2021. All rights reserved.