Class OperationPolicyDataDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.OperationPolicyDataDTO
OperationPolicyDataDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicableFlows(List<String> applicableFlows) description(String description) displayName(String displayName) booleanGet applicableFlowsGet categoryGet descriptionGet displayNamegetId()Get idgetMd5()Get md5getName()Get nameGet policyAttributesSupported API types as an array of strings, or an array of maps [HTTP, SOAP] [{apiType: HTTP, subType: AI}, {apiType: SOAP}]Get supportedGatewaysGet versioninthashCode()isAPISpecific(Boolean isAPISpecific) Get isAPISpecificpolicyAttributes(List<OperationPolicySpecAttributeDTO> policyAttributes) voidsetApplicableFlows(List<String> applicableFlows) voidsetCategory(String category) voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidsetIsAPISpecific(Boolean isAPISpecific) voidvoidvoidsetPolicyAttributes(List<OperationPolicySpecAttributeDTO> policyAttributes) voidsetSupportedApiTypes(List<Object> supportedApiTypes) voidsetSupportedGateways(List<String> supportedGateways) voidsetVersion(String version) supportedApiTypes(List<Object> supportedApiTypes) supportedGateways(List<String> supportedGateways) toString()
-
Field Details
-
SERIALIZED_NAME_CATEGORY
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_VERSION
- See Also:
-
SERIALIZED_NAME_DISPLAY_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_APPLICABLE_FLOWS
- See Also:
-
SERIALIZED_NAME_SUPPORTED_GATEWAYS
- See Also:
-
SERIALIZED_NAME_SUPPORTED_API_TYPES
- See Also:
-
SERIALIZED_NAME_IS_A_P_I_SPECIFIC
- See Also:
-
SERIALIZED_NAME_MD5
- See Also:
-
SERIALIZED_NAME_POLICY_ATTRIBUTES
- See Also:
-
-
Constructor Details
-
OperationPolicyDataDTO
public OperationPolicyDataDTO()
-
-
Method Details
-
category
-
getCategory
Get category- Returns:
- category
-
setCategory
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
displayName
-
getDisplayName
Get displayName- Returns:
- displayName
-
setDisplayName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
applicableFlows
-
getApplicableFlows
Get applicableFlows- Returns:
- applicableFlows
-
setApplicableFlows
-
supportedGateways
-
getSupportedGateways
Get supportedGateways- Returns:
- supportedGateways
-
setSupportedGateways
-
supportedApiTypes
-
getSupportedApiTypes
Supported API types as an array of strings, or an array of maps [HTTP, SOAP] [{apiType: HTTP, subType: AI}, {apiType: SOAP}]- Returns:
- supportedApiTypes
-
setSupportedApiTypes
-
isAPISpecific
-
isIsAPISpecific
Get isAPISpecific- Returns:
- isAPISpecific
-
setIsAPISpecific
-
md5
-
getMd5
Get md5- Returns:
- md5
-
setMd5
-
policyAttributes
public OperationPolicyDataDTO policyAttributes(List<OperationPolicySpecAttributeDTO> policyAttributes) -
getPolicyAttributes
Get policyAttributes- Returns:
- policyAttributes
-
setPolicyAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-