@Deprecated public class Subscription extends Object implements Serializable
Constructor and Description |
---|
Subscription()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String name,
String value)
Deprecated.
|
Date |
getCreatedTime()
Deprecated.
|
EventDispatcher |
getEventDispatcher()
Deprecated.
|
String |
getEventDispatcherName()
Deprecated.
|
EventFilter |
getEventFilter()
Deprecated.
|
String |
getEventSinkURL()
Deprecated.
|
Calendar |
getExpires()
Deprecated.
|
String |
getId()
Deprecated.
|
String |
getMode()
Deprecated.
|
String |
getOwner()
Deprecated.
|
Map<String,String> |
getProperties()
Deprecated.
|
String |
getTenantDomain()
Deprecated.
|
int |
getTenantId()
Deprecated.
|
String |
getTopicName()
Deprecated.
|
void |
setCreatedTime(Date createdTime)
Deprecated.
|
void |
setEventDispatcher(EventDispatcher eventDispatcher)
Deprecated.
|
void |
setEventDispatcherName(String eventDispatcherName)
Deprecated.
|
void |
setEventFilter(EventFilter eventFilter)
Deprecated.
|
void |
setEventSinkURL(String eventSinkURL)
Deprecated.
|
void |
setExpires(Calendar expires)
Deprecated.
|
void |
setId(String id)
Deprecated.
|
void |
setMode(String mode)
Deprecated.
|
void |
setOwner(String owner)
Deprecated.
|
void |
setProperties(Map<String,String> properties)
Deprecated.
|
void |
setTenantDomain(String tenantDomain)
Deprecated.
|
void |
setTenantId(int tenantId)
Deprecated.
|
void |
setTopicName(String topicName)
Deprecated.
|
public String getEventSinkURL()
public void setEventSinkURL(String eventSinkURL)
public Calendar getExpires()
public void setExpires(Calendar expires)
public String getId()
public void setId(String id)
public String getTopicName()
public void setTopicName(String topicName)
public EventDispatcher getEventDispatcher()
public void setEventDispatcher(EventDispatcher eventDispatcher)
public String getEventDispatcherName()
public void setEventDispatcherName(String eventDispatcherName)
public Date getCreatedTime()
public void setCreatedTime(Date createdTime)
public String getOwner()
public void setOwner(String owner)
public EventFilter getEventFilter()
public void setEventFilter(EventFilter eventFilter)
public String getTenantDomain()
public void setTenantDomain(String tenantDomain)
public int getTenantId()
public void setTenantId(int tenantId)
public String getMode()
public void setMode(String mode)
Copyright © 2018 WSO2. All rights reserved.