public class AddConsumptionParams extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AddConsumptionParams.AddConsumptionParamsBuilder<C extends AddConsumptionParams,B extends AddConsumptionParams.AddConsumptionParamsBuilder<C,B>> |
Modifier | Constructor and Description |
---|---|
protected |
AddConsumptionParams(AddConsumptionParams.AddConsumptionParamsBuilder<?,?> b) |
Modifier and Type | Method and Description |
---|---|
static AddConsumptionParams.AddConsumptionParamsBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getAllowOverages()
Allow overages.
|
Integer |
getConsumptions()
Consumptions.
|
Integer |
getMaxOverages()
Max overages.
|
int |
hashCode() |
void |
setAllowOverages(Boolean allowOverages)
Allow overages.
|
void |
setConsumptions(Integer consumptions)
Consumptions.
|
void |
setMaxOverages(Integer maxOverages)
Max overages.
|
AddConsumptionParams.AddConsumptionParamsBuilder<?,?> |
toBuilder() |
String |
toString() |
protected AddConsumptionParams(AddConsumptionParams.AddConsumptionParamsBuilder<?,?> b)
public static AddConsumptionParams.AddConsumptionParamsBuilder<?,?> builder()
public AddConsumptionParams.AddConsumptionParamsBuilder<?,?> toBuilder()
public Integer getConsumptions()
public Integer getMaxOverages()
public Boolean getAllowOverages()
public void setConsumptions(Integer consumptions)
public void setMaxOverages(Integer maxOverages)
public void setAllowOverages(Boolean allowOverages)
protected boolean canEqual(Object other)
Copyright © 2025 Cense Data Inc.. All rights reserved.