Class ThrottlePolicyDetailsDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.ThrottlePolicyDetailsDTO
-
public class ThrottlePolicyDetailsDTO extends Object
ThrottlePolicyDetailsDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_DISPLAY_NAMEstatic StringSERIALIZED_NAME_IS_DEPLOYEDstatic StringSERIALIZED_NAME_POLICY_IDstatic StringSERIALIZED_NAME_POLICY_NAMEstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_UUID
-
Constructor Summary
Constructors Constructor Description ThrottlePolicyDetailsDTO()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_POLICY_ID
public static final String SERIALIZED_NAME_POLICY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UUID
public static final String SERIALIZED_NAME_UUID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_POLICY_NAME
public static final String SERIALIZED_NAME_POLICY_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_DISPLAY_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_DEPLOYED
public static final String SERIALIZED_NAME_IS_DEPLOYED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
policyId
public ThrottlePolicyDetailsDTO policyId(Integer policyId)
-
setPolicyId
public void setPolicyId(Integer policyId)
-
uuid
public ThrottlePolicyDetailsDTO uuid(String uuid)
-
setUuid
public void setUuid(String uuid)
-
policyName
public ThrottlePolicyDetailsDTO policyName(String policyName)
-
getPolicyName
public String getPolicyName()
Name of policy- Returns:
- policyName
-
setPolicyName
public void setPolicyName(String policyName)
-
displayName
public ThrottlePolicyDetailsDTO displayName(String displayName)
-
getDisplayName
@Nullable public String getDisplayName()
Display name of the policy- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
-
description
public ThrottlePolicyDetailsDTO description(String description)
-
getDescription
@Nullable public String getDescription()
Description of the policy- Returns:
- description
-
setDescription
public void setDescription(String description)
-
isDeployed
public ThrottlePolicyDetailsDTO isDeployed(Boolean isDeployed)
-
isIsDeployed
@Nullable public Boolean isIsDeployed()
Indicates whether the policy is deployed successfully or not.- Returns:
- isDeployed
-
setIsDeployed
public void setIsDeployed(Boolean isDeployed)
-
type
public ThrottlePolicyDetailsDTO type(String type)
-
setType
public void setType(String type)
-
-