Class ProductAPIDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.ProductAPIDTO
ProductAPIDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetApiId()Get apiIdgetName()Get nameGet operationsGet versioninthashCode()operations(List<APIOperationsDTO> operations) voidvoidvoidsetOperations(List<APIOperationsDTO> operations) voidsetVersion(String version) toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_API_ID
- See Also:
-
SERIALIZED_NAME_VERSION
- See Also:
-
SERIALIZED_NAME_OPERATIONS
- See Also:
-
-
Constructor Details
-
ProductAPIDTO
public ProductAPIDTO()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
apiId
-
getApiId
Get apiId- Returns:
- apiId
-
setApiId
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
operations
-
getOperations
Get operations- Returns:
- operations
-
setOperations
-
equals
-
hashCode
public int hashCode() -
toString
-