public class TopicDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_API_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
TopicDTO() |
| Modifier and Type | Method and Description |
|---|---|
TopicDTO |
apiId(String apiId) |
boolean |
equals(Object o) |
String |
getApiId()
Get apiId
|
String |
getName()
Get name
|
String |
getType()
Get type
|
int |
hashCode() |
TopicDTO |
name(String name) |
void |
setApiId(String apiId) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
TopicDTO |
type(String type) |
public static final String SERIALIZED_NAME_API_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_TYPE
Copyright © 2021 WSO2 Inc. All rights reserved.