public class MQTTSubscription extends Object
Constructor and Description |
---|
MQTTSubscription() |
Modifier and Type | Method and Description |
---|---|
String |
getDestinationType() |
String |
getFilteredNamePattern() |
String |
getIdentifierPattern() |
String |
getOwnNodeId() |
int |
getPageNumber() |
String |
getProtocolType() |
int |
getSubscriptionCountPerPage() |
boolean |
isActive() |
boolean |
isDurable() |
boolean |
isFilteredNameByExactMatch() |
boolean |
isIdentifierPatternByExactMatch() |
void |
setActive(boolean active) |
void |
setDestinationType(String destinationType) |
void |
setDurable(boolean durable) |
void |
setFilteredNameByExactMatch(boolean filteredNameByExactMatch) |
void |
setFilteredNamePattern(String filteredNamePattern) |
void |
setIdentifierPattern(String identifierPattern) |
void |
setIdentifierPatternByExactMatch(boolean identifierPatternByExactMatch) |
void |
setOwnNodeId(String ownNodeId) |
void |
setPageNumber(int pageNumber) |
void |
setProtocolType(String protocolType) |
void |
setSubscriptionCountPerPage(int subscriptionCountPerPage) |
public boolean isDurable()
public void setDurable(boolean durable)
public boolean isActive()
public void setActive(boolean active)
public String getProtocolType()
public void setProtocolType(String protocolType)
public String getDestinationType()
public void setDestinationType(String destinationType)
public String getFilteredNamePattern()
public void setFilteredNamePattern(String filteredNamePattern)
public boolean isFilteredNameByExactMatch()
public void setFilteredNameByExactMatch(boolean filteredNameByExactMatch)
public String getIdentifierPattern()
public void setIdentifierPattern(String identifierPattern)
public boolean isIdentifierPatternByExactMatch()
public void setIdentifierPatternByExactMatch(boolean identifierPatternByExactMatch)
public String getOwnNodeId()
public void setOwnNodeId(String ownNodeId)
public int getPageNumber()
public void setPageNumber(int pageNumber)
public int getSubscriptionCountPerPage()
public void setSubscriptionCountPerPage(int subscriptionCountPerPage)
Copyright © 2023 WSO2. All rights reserved.