Class TopicDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.TopicDTO
-
public class TopicDTO extends Object
TopicDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_API_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description TopicDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopicDTOapiId(String apiId)booleanequals(Object o)StringgetApiId()Get apiIdStringgetName()Get nameStringgetType()Get typeinthashCode()TopicDTOname(String name)voidsetApiId(String apiId)voidsetName(String name)voidsetType(String type)StringtoString()TopicDTOtype(String type)
-
-
-
Field Detail
-
SERIALIZED_NAME_API_ID
public static final String SERIALIZED_NAME_API_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-