public class APICategoryDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NUMBER_OF_A_P_IS |
| Constructor and Description |
|---|
APICategoryDTO() |
| Modifier and Type | Method and Description |
|---|---|
APICategoryDTO |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getId()
Get id
|
String |
getName()
Get name
|
Integer |
getNumberOfAPIs()
Get numberOfAPIs
|
int |
hashCode() |
APICategoryDTO |
id(String id) |
APICategoryDTO |
name(String name) |
APICategoryDTO |
numberOfAPIs(Integer numberOfAPIs) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setNumberOfAPIs(Integer numberOfAPIs) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_NUMBER_OF_A_P_IS
public APICategoryDTO id(String id)
public void setId(String id)
public APICategoryDTO name(String name)
public String getName()
public void setName(String name)
public APICategoryDTO description(String description)
public void setDescription(String description)
public APICategoryDTO numberOfAPIs(Integer numberOfAPIs)
public void setNumberOfAPIs(Integer numberOfAPIs)
Copyright © 2021 WSO2 Inc. All rights reserved.