public class ProductAPIDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_API_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_OPERATIONS |
static String |
SERIALIZED_NAME_VERSION |
| Constructor and Description |
|---|
ProductAPIDTO() |
| Modifier and Type | Method and Description |
|---|---|
ProductAPIDTO |
apiId(String apiId) |
boolean |
equals(Object o) |
String |
getApiId()
Get apiId
|
String |
getName()
Get name
|
List<APIOperationsDTO> |
getOperations()
Get operations
|
String |
getVersion()
Get version
|
int |
hashCode() |
ProductAPIDTO |
name(String name) |
ProductAPIDTO |
operations(List<APIOperationsDTO> operations) |
void |
setApiId(String apiId) |
void |
setName(String name) |
void |
setOperations(List<APIOperationsDTO> operations) |
void |
setVersion(String version) |
String |
toString() |
ProductAPIDTO |
version(String version) |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_API_ID
public static final String SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_OPERATIONS
public ProductAPIDTO name(String name)
public void setName(String name)
public ProductAPIDTO apiId(String apiId)
public String getApiId()
public void setApiId(String apiId)
public ProductAPIDTO version(String version)
public void setVersion(String version)
public ProductAPIDTO operations(List<APIOperationsDTO> operations)
@Nullable public List<APIOperationsDTO> getOperations()
public void setOperations(List<APIOperationsDTO> operations)
Copyright © 2021 WSO2 Inc. All rights reserved.