Class StreamConnectOutputInterruptInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.StreamConnectOutputInterruptInfo
-
public class StreamConnectOutputInterruptInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description StreamConnectOutputInterruptInfo()
StreamConnectOutputInterruptInfo(StreamConnectOutputInterruptInfo 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 String
getId()
Get 云转推输出标识。String
getName()
Get 云转推输出名称。String
getUrl()
Get 云转推输出地址。void
setId(String Id)
Set 云转推输出标识。void
setName(String Name)
Set 云转推输出名称。void
setUrl(String Url)
Set 云转推输出地址。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
-
StreamConnectOutputInterruptInfo
public StreamConnectOutputInterruptInfo()
-
StreamConnectOutputInterruptInfo
public StreamConnectOutputInterruptInfo(StreamConnectOutputInterruptInfo 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
-
getId
public String getId()
Get 云转推输出标识。- Returns:
- Id 云转推输出标识。
-
setId
public void setId(String Id)
Set 云转推输出标识。- Parameters:
Id
- 云转推输出标识。
-
getName
public String getName()
Get 云转推输出名称。- Returns:
- Name 云转推输出名称。
-
setName
public void setName(String Name)
Set 云转推输出名称。- Parameters:
Name
- 云转推输出名称。
-
getUrl
public String getUrl()
Get 云转推输出地址。- Returns:
- Url 云转推输出地址。
-
setUrl
public void setUrl(String Url)
Set 云转推输出地址。- Parameters:
Url
- 云转推输出地址。
-
-