public class Policy extends Object
Constructor and Description |
---|
Policy() |
Modifier and Type | Method and Description |
---|---|
String |
getBillingPlan() |
byte[] |
getCustomAttributes() |
String |
getDescription() |
int |
getMaxCount() |
String |
getName() |
String |
getType() |
long |
getUnitTime() |
boolean |
isStopOnQuotaReach() |
void |
setBillingPlan(String billingPlan) |
void |
setCustomAttributes(byte[] customAttributes) |
void |
setDescription(String description) |
void |
setMaxCount(int maxCount) |
void |
setName(String name) |
void |
setStopOnQuotaReach(boolean stopOnQuotaReach) |
void |
setType(String type) |
void |
setUnitTime(long unitTime) |
String |
toString() |
public String getType()
public void setType(String type)
public int getMaxCount()
public void setMaxCount(int maxCount)
public long getUnitTime()
public void setUnitTime(long unitTime)
public String getBillingPlan()
public void setBillingPlan(String billingPlan)
public boolean isStopOnQuotaReach()
public void setStopOnQuotaReach(boolean stopOnQuotaReach)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public byte[] getCustomAttributes()
public void setCustomAttributes(byte[] customAttributes)
Copyright © 2024 WSO2. All rights reserved.