public class UsageRoundingStrategy extends BillingEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
UsageRoundingStrategy.AggregationLevel |
static class |
UsageRoundingStrategy.Threshold |
| Modifier and Type | Field and Description |
|---|---|
protected String |
aggregationLevel |
protected String |
changedBy |
protected Date |
created |
protected String |
id |
protected String |
organizationID |
protected static ResourcePath |
resourcePath |
protected String |
roundingLevel |
protected String |
threshold |
protected PricingComponent |
thresholdComponent |
protected String |
thresholdComponentID |
protected String |
thresholdValue |
protected String |
uom |
protected Date |
updated |
m_client, PRETTY_PRINT_GSON| Modifier | Constructor and Description |
|---|---|
protected |
UsageRoundingStrategy() |
|
UsageRoundingStrategy(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggregationLevel() |
String |
getChangedBy() |
Date |
getCreated() |
String |
getID() |
String |
getOrganizationID() |
protected ResourcePath |
getResourcePath() |
String |
getRoundingLevel() |
String |
getThreshold() |
PricingComponent |
getThresholdComponent() |
String |
getThresholdComponentID() |
String |
getThresholdValue() |
String |
getUom() |
Date |
getUpdated() |
protected static ResourcePath |
ResourcePath() |
void |
setAggregationLevel(String aggregationLevel) |
void |
setRoundingLevel(String roundingLevel) |
void |
setThreshold(String threshold) |
void |
setThresholdComponent(PricingComponent thresholdComponent) |
void |
setThresholdComponentID(String thresholdComponentID) |
void |
setThresholdValue(String thresholdValue) |
void |
setUom(String uom) |
getAll, getByID, getByID, getByIDPostPath, getClient, setClient, toStringprotected String id
protected String thresholdComponentID
protected String organizationID
protected String aggregationLevel
protected String uom
protected String roundingLevel
protected String threshold
protected String thresholdValue
protected Date updated
protected String changedBy
protected Date created
protected PricingComponent thresholdComponent
protected static ResourcePath resourcePath
public UsageRoundingStrategy(BillForwardClient client_)
protected UsageRoundingStrategy()
public String getID()
public String getThresholdComponentID()
public void setThresholdComponentID(String thresholdComponentID)
public String getAggregationLevel()
public void setAggregationLevel(String aggregationLevel)
public String getUom()
public void setUom(String uom)
public String getRoundingLevel()
public void setRoundingLevel(String roundingLevel)
public String getThreshold()
public void setThreshold(String threshold)
public String getThresholdValue()
public void setThresholdValue(String thresholdValue)
public PricingComponent getThresholdComponent()
public void setThresholdComponent(PricingComponent thresholdComponent)
public String getOrganizationID()
public Date getUpdated()
public String getChangedBy()
public Date getCreated()
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntityprotected static ResourcePath ResourcePath()
Copyright © 2015 BillForward. All rights reserved.