Class ThrottlePolicyDetailsDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.ThrottlePolicyDetailsDTO
ThrottlePolicyDetailsDTO
-
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 policygetUuid()UUId of 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(Integer policyId) voidsetPolicyName(String policyName) voidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_POLICY_ID
- See Also:
-
SERIALIZED_NAME_UUID
- 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:
-
-
Constructor Details
-
ThrottlePolicyDetailsDTO
public ThrottlePolicyDetailsDTO()
-
-
Method Details
-
policyId
-
getPolicyId
Id of policy- Returns:
- policyId
-
setPolicyId
-
uuid
-
getUuid
UUId of policy- Returns:
- uuid
-
setUuid
-
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
-