com.baidubce.services.tsdb.model
Class Quota

java.lang.Object
  extended by com.baidubce.services.tsdb.model.Quota

public class Quota
extends Object

Represent the quota for database.


Constructor Summary
Quota()
           
 
Method Summary
 boolean equals(Object o)
           
 Integer getIngestDataPointsMonthly()
           
 void setIngestDataPointsMonthly(Integer ingestDataPointsMonthly)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quota

public Quota()
Method Detail

getIngestDataPointsMonthly

public Integer getIngestDataPointsMonthly()

setIngestDataPointsMonthly

public void setIngestDataPointsMonthly(Integer ingestDataPointsMonthly)

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2018. All rights reserved.