public class InvoiceDryRunJson
extends java.lang.Object
| Constructor and Description |
|---|
InvoiceDryRunJson(DryRunType dryRunType,
SubscriptionEventType dryRunAction,
PhaseType phaseType,
java.lang.String productName,
ProductCategory productCategory,
BillingPeriod billingPeriod,
java.lang.String priceListName,
java.util.UUID subscriptionId,
java.util.UUID bundleId,
org.joda.time.LocalDate effectiveDate,
BillingActionPolicy billingPolicy,
java.util.List<PhasePriceJson> priceOverrides) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
BillingPeriod |
getBillingPeriod() |
BillingActionPolicy |
getBillingPolicy() |
java.util.UUID |
getBundleId() |
SubscriptionEventType |
getDryRunAction() |
DryRunType |
getDryRunType() |
org.joda.time.LocalDate |
getEffectiveDate() |
PhaseType |
getPhaseType() |
java.lang.String |
getPriceListName() |
java.util.List<PhasePriceJson> |
getPriceOverrides() |
ProductCategory |
getProductCategory() |
java.lang.String |
getProductName() |
java.util.UUID |
getSubscriptionId() |
int |
hashCode() |
public InvoiceDryRunJson(@Nullable
DryRunType dryRunType,
@Nullable
SubscriptionEventType dryRunAction,
@Nullable
PhaseType phaseType,
@Nullable
java.lang.String productName,
@Nullable
ProductCategory productCategory,
@Nullable
BillingPeriod billingPeriod,
@Nullable
java.lang.String priceListName,
@Nullable
java.util.UUID subscriptionId,
@Nullable
java.util.UUID bundleId,
@Nullable
org.joda.time.LocalDate effectiveDate,
@Nullable
BillingActionPolicy billingPolicy,
@Nullable
java.util.List<PhasePriceJson> priceOverrides)
public DryRunType getDryRunType()
public SubscriptionEventType getDryRunAction()
public PhaseType getPhaseType()
public java.lang.String getProductName()
public ProductCategory getProductCategory()
public BillingPeriod getBillingPeriod()
public java.lang.String getPriceListName()
public java.util.UUID getSubscriptionId()
public org.joda.time.LocalDate getEffectiveDate()
public java.util.UUID getBundleId()
public BillingActionPolicy getBillingPolicy()
public java.util.List<PhasePriceJson> getPriceOverrides()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2010-2020. All Rights Reserved.