Package com.slack.api.model
Class BillableInfo
- java.lang.Object
-
- com.slack.api.model.BillableInfo
-
public class BillableInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description BillableInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()booleanisBillingActive()voidsetBillingActive(boolean billingActive)StringtoString()
-
-
-
Method Detail
-
isBillingActive
public boolean isBillingActive()
-
setBillingActive
public void setBillingActive(boolean billingActive)
-
canEqual
protected boolean canEqual(Object other)
-
-