public class Topic extends Object
| Constructor and Description |
|---|
Topic() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getNumberOfSubscribers() |
void |
setName(String name) |
void |
setNumberOfSubscribers(int numberOfSubscribers) |
Copyright © 2017 WSO2. All rights reserved.