public class Subscription extends AbstractModel
Constructor and Description |
---|
Subscription() |
Subscription(Subscription 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[] |
getBindingKey()
Get BindingKey
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getCreateTime()
Get CreateTime
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getEndpoint()
Get Endpoint
Note: this field may return null, indicating that no valid values can be obtained.
|
String[] |
getFilterTags()
Get FilterTags
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getLastModifyTime()
Get LastModifyTime
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getMsgCount()
Get MsgCount
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getNotifyContentFormat()
Get NotifyContentFormat
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getNotifyStrategy()
Get NotifyStrategy
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getProtocol()
Get Protocol
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getSubscriptionId()
Get SubscriptionId
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getSubscriptionName()
Get SubscriptionName
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getTopicOwner()
Get TopicOwner
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setBindingKey(String[] BindingKey)
Set BindingKey
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(Long CreateTime)
Set CreateTime
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setEndpoint(String Endpoint)
Set Endpoint
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setFilterTags(String[] FilterTags)
Set FilterTags
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setLastModifyTime(Long LastModifyTime)
Set LastModifyTime
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setMsgCount(Long MsgCount)
Set MsgCount
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setNotifyContentFormat(String NotifyContentFormat)
Set NotifyContentFormat
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setNotifyStrategy(String NotifyStrategy)
Set NotifyStrategy
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setProtocol(String Protocol)
Set Protocol
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setSubscriptionId(String SubscriptionId)
Set SubscriptionId
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setSubscriptionName(String SubscriptionName)
Set SubscriptionName
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTopicOwner(Long TopicOwner)
Set TopicOwner
Note: this field may return null, indicating that no valid values can be obtained.
|
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 Subscription()
public Subscription(Subscription source)
public String getSubscriptionName()
public void setSubscriptionName(String SubscriptionName)
SubscriptionName
- SubscriptionName
Note: this field may return null, indicating that no valid values can be obtained.public String getSubscriptionId()
public void setSubscriptionId(String SubscriptionId)
SubscriptionId
- SubscriptionId
Note: this field may return null, indicating that no valid values can be obtained.public Long getTopicOwner()
public void setTopicOwner(Long TopicOwner)
TopicOwner
- TopicOwner
Note: this field may return null, indicating that no valid values can be obtained.public Long getMsgCount()
public void setMsgCount(Long MsgCount)
MsgCount
- MsgCount
Note: this field may return null, indicating that no valid values can be obtained.public Long getLastModifyTime()
public void setLastModifyTime(Long LastModifyTime)
LastModifyTime
- LastModifyTime
Note: this field may return null, indicating that no valid values can be obtained.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- CreateTime
Note: this field may return null, indicating that no valid values can be obtained.public String[] getBindingKey()
public void setBindingKey(String[] BindingKey)
BindingKey
- BindingKey
Note: this field may return null, indicating that no valid values can be obtained.public String getEndpoint()
public void setEndpoint(String Endpoint)
Endpoint
- Endpoint
Note: this field may return null, indicating that no valid values can be obtained.public String[] getFilterTags()
public void setFilterTags(String[] FilterTags)
FilterTags
- FilterTags
Note: this field may return null, indicating that no valid values can be obtained.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Protocol
Note: this field may return null, indicating that no valid values can be obtained.public String getNotifyStrategy()
public void setNotifyStrategy(String NotifyStrategy)
NotifyStrategy
- NotifyStrategy
Note: this field may return null, indicating that no valid values can be obtained.public String getNotifyContentFormat()
public void setNotifyContentFormat(String NotifyContentFormat)
NotifyContentFormat
- NotifyContentFormat
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.