public class Dunner extends Object
| Constructor and Description |
|---|
Dunner() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAttempts() |
Date |
getCreatedAt() |
Date |
getLastAttemptedAt() |
String |
getRevenueAtRiskInCents() |
String |
getState() |
String |
getSubscriptionId() |
void |
setAttempts(Integer attempts) |
void |
setCreatedAt(Date createdAt) |
void |
setLastAttemptedAt(Date lastAttemptedAt) |
void |
setRevenueAtRiskInCents(String revenueAtRiskInCents) |
void |
setState(String state) |
void |
setSubscriptionId(String subscriptionId) |
public String getSubscriptionId()
public void setSubscriptionId(String subscriptionId)
public String getState()
public void setState(String state)
public Integer getAttempts()
public void setAttempts(Integer attempts)
public Date getLastAttemptedAt()
public void setLastAttemptedAt(Date lastAttemptedAt)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public String getRevenueAtRiskInCents()
public void setRevenueAtRiskInCents(String revenueAtRiskInCents)
Copyright © 2019. All rights reserved.