Class ThrottlePolicyDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.ThrottlePolicyDTO
- Direct Known Subclasses:
AdvancedThrottlePolicyDTO,AdvancedThrottlePolicyInfoDTO,ApplicationThrottlePolicyDTO,CustomRuleDTO,SubscriptionThrottlePolicyDTO
ThrottlePolicyDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) displayName(String displayName) booleanDescription of the policyDisplay name of the policyId of policyName of policygetType()Indicates the type of throttle policyinthashCode()isDeployed(Boolean isDeployed) Indicates whether the policy is deployed successfully or not.policyName(String policyName) voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetIsDeployed(Boolean isDeployed) voidsetPolicyId(String policyId) voidsetPolicyName(String policyName) voidtoString()
-
Field Details
-
SERIALIZED_NAME_POLICY_ID
- See Also:
-
SERIALIZED_NAME_POLICY_NAME
- See Also:
-
SERIALIZED_NAME_DISPLAY_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_IS_DEPLOYED
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
type
-
-
Constructor Details
-
ThrottlePolicyDTO
public ThrottlePolicyDTO()
-
-
Method Details
-
policyId
-
getPolicyId
Id of policy- Returns:
- policyId
-
setPolicyId
-
policyName
-
getPolicyName
Name of policy- Returns:
- policyName
-
setPolicyName
-
displayName
-
getDisplayName
Display name of the policy- Returns:
- displayName
-
setDisplayName
-
description
-
getDescription
Description of the policy- Returns:
- description
-
setDescription
-
isDeployed
-
isIsDeployed
Indicates whether the policy is deployed successfully or not.- Returns:
- isDeployed
-
setIsDeployed
-
type
-
getType
Indicates the type of throttle policy- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-