|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.type.Accounting
public class Accounting
This represents the bookkeeping information for the user's subscription.
Constructor Summary | |
---|---|
Accounting()
|
|
Accounting(Accounting other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(Accounting other)
|
Accounting |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(Accounting that)
|
boolean |
equals(java.lang.Object that)
|
int |
getBusinessId()
|
java.lang.String |
getBusinessName()
|
BusinessUserRole |
getBusinessRole()
|
java.lang.String |
getCurrency()
|
long |
getLastFailedCharge()
|
java.lang.String |
getLastFailedChargeReason()
|
long |
getLastRequestedCharge()
|
long |
getLastSuccessfulCharge()
|
long |
getNextChargeDate()
|
long |
getNextPaymentDue()
|
java.lang.String |
getPremiumCommerceService()
|
long |
getPremiumLockUntil()
|
java.lang.String |
getPremiumOrderNumber()
|
java.lang.String |
getPremiumServiceSKU()
|
long |
getPremiumServiceStart()
|
PremiumOrderStatus |
getPremiumServiceStatus()
|
java.lang.String |
getPremiumSubscriptionNumber()
|
int |
getUnitDiscount()
|
int |
getUnitPrice()
|
long |
getUpdated()
|
long |
getUploadLimit()
|
long |
getUploadLimitEnd()
|
long |
getUploadLimitNextMonth()
|
int |
hashCode()
|
boolean |
isSetBusinessId()
Returns true if field businessId is set (has been asigned a value) and false otherwise |
boolean |
isSetBusinessName()
Returns true if field businessName is set (has been asigned a value) and false otherwise |
boolean |
isSetBusinessRole()
Returns true if field businessRole is set (has been asigned a value) and false otherwise |
boolean |
isSetCurrency()
Returns true if field currency is set (has been asigned a value) and false otherwise |
boolean |
isSetLastFailedCharge()
Returns true if field lastFailedCharge is set (has been asigned a value) and false otherwise |
boolean |
isSetLastFailedChargeReason()
Returns true if field lastFailedChargeReason is set (has been asigned a value) and false otherwise |
boolean |
isSetLastRequestedCharge()
Returns true if field lastRequestedCharge is set (has been asigned a value) and false otherwise |
boolean |
isSetLastSuccessfulCharge()
Returns true if field lastSuccessfulCharge is set (has been asigned a value) and false otherwise |
boolean |
isSetNextChargeDate()
Returns true if field nextChargeDate is set (has been asigned a value) and false otherwise |
boolean |
isSetNextPaymentDue()
Returns true if field nextPaymentDue is set (has been asigned a value) and false otherwise |
boolean |
isSetPremiumCommerceService()
Returns true if field premiumCommerceService is set (has been asigned a value) and false otherwise |
boolean |
isSetPremiumLockUntil()
Returns true if field premiumLockUntil is set (has been asigned a value) and false otherwise |
boolean |
isSetPremiumOrderNumber()
Returns true if field premiumOrderNumber is set (has been asigned a value) and false otherwise |
boolean |
isSetPremiumServiceSKU()
Returns true if field premiumServiceSKU is set (has been asigned a value) and false otherwise |
boolean |
isSetPremiumServiceStart()
Returns true if field premiumServiceStart is set (has been asigned a value) and false otherwise |
boolean |
isSetPremiumServiceStatus()
Returns true if field premiumServiceStatus is set (has been asigned a value) and false otherwise |
boolean |
isSetPremiumSubscriptionNumber()
Returns true if field premiumSubscriptionNumber is set (has been asigned a value) and false otherwise |
boolean |
isSetUnitDiscount()
Returns true if field unitDiscount is set (has been asigned a value) and false otherwise |
boolean |
isSetUnitPrice()
Returns true if field unitPrice is set (has been asigned a value) and false otherwise |
boolean |
isSetUpdated()
Returns true if field updated is set (has been asigned a value) and false otherwise |
boolean |
isSetUploadLimit()
Returns true if field uploadLimit is set (has been asigned a value) and false otherwise |
boolean |
isSetUploadLimitEnd()
Returns true if field uploadLimitEnd is set (has been asigned a value) and false otherwise |
boolean |
isSetUploadLimitNextMonth()
Returns true if field uploadLimitNextMonth is set (has been asigned a value) and false otherwise |
void |
read(com.evernote.thrift.protocol.TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setBusinessId(int businessId)
|
void |
setBusinessIdIsSet(boolean value)
|
void |
setBusinessName(java.lang.String businessName)
|
void |
setBusinessNameIsSet(boolean value)
|
void |
setBusinessRole(BusinessUserRole businessRole)
|
void |
setBusinessRoleIsSet(boolean value)
|
void |
setCurrency(java.lang.String currency)
|
void |
setCurrencyIsSet(boolean value)
|
void |
setLastFailedCharge(long lastFailedCharge)
|
void |
setLastFailedChargeIsSet(boolean value)
|
void |
setLastFailedChargeReason(java.lang.String lastFailedChargeReason)
|
void |
setLastFailedChargeReasonIsSet(boolean value)
|
void |
setLastRequestedCharge(long lastRequestedCharge)
|
void |
setLastRequestedChargeIsSet(boolean value)
|
void |
setLastSuccessfulCharge(long lastSuccessfulCharge)
|
void |
setLastSuccessfulChargeIsSet(boolean value)
|
void |
setNextChargeDate(long nextChargeDate)
|
void |
setNextChargeDateIsSet(boolean value)
|
void |
setNextPaymentDue(long nextPaymentDue)
|
void |
setNextPaymentDueIsSet(boolean value)
|
void |
setPremiumCommerceService(java.lang.String premiumCommerceService)
|
void |
setPremiumCommerceServiceIsSet(boolean value)
|
void |
setPremiumLockUntil(long premiumLockUntil)
|
void |
setPremiumLockUntilIsSet(boolean value)
|
void |
setPremiumOrderNumber(java.lang.String premiumOrderNumber)
|
void |
setPremiumOrderNumberIsSet(boolean value)
|
void |
setPremiumServiceSKU(java.lang.String premiumServiceSKU)
|
void |
setPremiumServiceSKUIsSet(boolean value)
|
void |
setPremiumServiceStart(long premiumServiceStart)
|
void |
setPremiumServiceStartIsSet(boolean value)
|
void |
setPremiumServiceStatus(PremiumOrderStatus premiumServiceStatus)
|
void |
setPremiumServiceStatusIsSet(boolean value)
|
void |
setPremiumSubscriptionNumber(java.lang.String premiumSubscriptionNumber)
|
void |
setPremiumSubscriptionNumberIsSet(boolean value)
|
void |
setUnitDiscount(int unitDiscount)
|
void |
setUnitDiscountIsSet(boolean value)
|
void |
setUnitPrice(int unitPrice)
|
void |
setUnitPriceIsSet(boolean value)
|
void |
setUpdated(long updated)
|
void |
setUpdatedIsSet(boolean value)
|
void |
setUploadLimit(long uploadLimit)
|
void |
setUploadLimitEnd(long uploadLimitEnd)
|
void |
setUploadLimitEndIsSet(boolean value)
|
void |
setUploadLimitIsSet(boolean value)
|
void |
setUploadLimitNextMonth(long uploadLimitNextMonth)
|
void |
setUploadLimitNextMonthIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetBusinessId()
|
void |
unsetBusinessName()
|
void |
unsetBusinessRole()
|
void |
unsetCurrency()
|
void |
unsetLastFailedCharge()
|
void |
unsetLastFailedChargeReason()
|
void |
unsetLastRequestedCharge()
|
void |
unsetLastSuccessfulCharge()
|
void |
unsetNextChargeDate()
|
void |
unsetNextPaymentDue()
|
void |
unsetPremiumCommerceService()
|
void |
unsetPremiumLockUntil()
|
void |
unsetPremiumOrderNumber()
|
void |
unsetPremiumServiceSKU()
|
void |
unsetPremiumServiceStart()
|
void |
unsetPremiumServiceStatus()
|
void |
unsetPremiumSubscriptionNumber()
|
void |
unsetUnitDiscount()
|
void |
unsetUnitPrice()
|
void |
unsetUpdated()
|
void |
unsetUploadLimit()
|
void |
unsetUploadLimitEnd()
|
void |
unsetUploadLimitNextMonth()
|
void |
validate()
|
void |
write(com.evernote.thrift.protocol.TProtocol oprot)
Writes the object to the given protocol. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Accounting()
public Accounting(Accounting other)
Method Detail |
---|
public Accounting deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<Accounting>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<Accounting>
public long getUploadLimit()
public void setUploadLimit(long uploadLimit)
public void unsetUploadLimit()
public boolean isSetUploadLimit()
public void setUploadLimitIsSet(boolean value)
public long getUploadLimitEnd()
public void setUploadLimitEnd(long uploadLimitEnd)
public void unsetUploadLimitEnd()
public boolean isSetUploadLimitEnd()
public void setUploadLimitEndIsSet(boolean value)
public long getUploadLimitNextMonth()
public void setUploadLimitNextMonth(long uploadLimitNextMonth)
public void unsetUploadLimitNextMonth()
public boolean isSetUploadLimitNextMonth()
public void setUploadLimitNextMonthIsSet(boolean value)
public PremiumOrderStatus getPremiumServiceStatus()
PremiumOrderStatus
public void setPremiumServiceStatus(PremiumOrderStatus premiumServiceStatus)
PremiumOrderStatus
public void unsetPremiumServiceStatus()
public boolean isSetPremiumServiceStatus()
public void setPremiumServiceStatusIsSet(boolean value)
public java.lang.String getPremiumOrderNumber()
public void setPremiumOrderNumber(java.lang.String premiumOrderNumber)
public void unsetPremiumOrderNumber()
public boolean isSetPremiumOrderNumber()
public void setPremiumOrderNumberIsSet(boolean value)
public java.lang.String getPremiumCommerceService()
public void setPremiumCommerceService(java.lang.String premiumCommerceService)
public void unsetPremiumCommerceService()
public boolean isSetPremiumCommerceService()
public void setPremiumCommerceServiceIsSet(boolean value)
public long getPremiumServiceStart()
public void setPremiumServiceStart(long premiumServiceStart)
public void unsetPremiumServiceStart()
public boolean isSetPremiumServiceStart()
public void setPremiumServiceStartIsSet(boolean value)
public java.lang.String getPremiumServiceSKU()
public void setPremiumServiceSKU(java.lang.String premiumServiceSKU)
public void unsetPremiumServiceSKU()
public boolean isSetPremiumServiceSKU()
public void setPremiumServiceSKUIsSet(boolean value)
public long getLastSuccessfulCharge()
public void setLastSuccessfulCharge(long lastSuccessfulCharge)
public void unsetLastSuccessfulCharge()
public boolean isSetLastSuccessfulCharge()
public void setLastSuccessfulChargeIsSet(boolean value)
public long getLastFailedCharge()
public void setLastFailedCharge(long lastFailedCharge)
public void unsetLastFailedCharge()
public boolean isSetLastFailedCharge()
public void setLastFailedChargeIsSet(boolean value)
public java.lang.String getLastFailedChargeReason()
public void setLastFailedChargeReason(java.lang.String lastFailedChargeReason)
public void unsetLastFailedChargeReason()
public boolean isSetLastFailedChargeReason()
public void setLastFailedChargeReasonIsSet(boolean value)
public long getNextPaymentDue()
public void setNextPaymentDue(long nextPaymentDue)
public void unsetNextPaymentDue()
public boolean isSetNextPaymentDue()
public void setNextPaymentDueIsSet(boolean value)
public long getPremiumLockUntil()
public void setPremiumLockUntil(long premiumLockUntil)
public void unsetPremiumLockUntil()
public boolean isSetPremiumLockUntil()
public void setPremiumLockUntilIsSet(boolean value)
public long getUpdated()
public void setUpdated(long updated)
public void unsetUpdated()
public boolean isSetUpdated()
public void setUpdatedIsSet(boolean value)
public java.lang.String getPremiumSubscriptionNumber()
public void setPremiumSubscriptionNumber(java.lang.String premiumSubscriptionNumber)
public void unsetPremiumSubscriptionNumber()
public boolean isSetPremiumSubscriptionNumber()
public void setPremiumSubscriptionNumberIsSet(boolean value)
public long getLastRequestedCharge()
public void setLastRequestedCharge(long lastRequestedCharge)
public void unsetLastRequestedCharge()
public boolean isSetLastRequestedCharge()
public void setLastRequestedChargeIsSet(boolean value)
public java.lang.String getCurrency()
public void setCurrency(java.lang.String currency)
public void unsetCurrency()
public boolean isSetCurrency()
public void setCurrencyIsSet(boolean value)
public int getUnitPrice()
public void setUnitPrice(int unitPrice)
public void unsetUnitPrice()
public boolean isSetUnitPrice()
public void setUnitPriceIsSet(boolean value)
public int getBusinessId()
public void setBusinessId(int businessId)
public void unsetBusinessId()
public boolean isSetBusinessId()
public void setBusinessIdIsSet(boolean value)
public java.lang.String getBusinessName()
public void setBusinessName(java.lang.String businessName)
public void unsetBusinessName()
public boolean isSetBusinessName()
public void setBusinessNameIsSet(boolean value)
public BusinessUserRole getBusinessRole()
BusinessUserRole
public void setBusinessRole(BusinessUserRole businessRole)
BusinessUserRole
public void unsetBusinessRole()
public boolean isSetBusinessRole()
public void setBusinessRoleIsSet(boolean value)
public int getUnitDiscount()
public void setUnitDiscount(int unitDiscount)
public void unsetUnitDiscount()
public boolean isSetUnitDiscount()
public void setUnitDiscountIsSet(boolean value)
public long getNextChargeDate()
public void setNextChargeDate(long nextChargeDate)
public void unsetNextChargeDate()
public boolean isSetNextChargeDate()
public void setNextChargeDateIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(Accounting that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(Accounting other)
compareTo
in interface java.lang.Comparable<Accounting>
public void read(com.evernote.thrift.protocol.TProtocol iprot) throws com.evernote.thrift.TException
com.evernote.thrift.TBase
read
in interface com.evernote.thrift.TBase<Accounting>
iprot
- Input protocol
com.evernote.thrift.TException
public void write(com.evernote.thrift.protocol.TProtocol oprot) throws com.evernote.thrift.TException
com.evernote.thrift.TBase
write
in interface com.evernote.thrift.TBase<Accounting>
oprot
- Output protocol
com.evernote.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws com.evernote.thrift.TException
com.evernote.thrift.TException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |