@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-05-17T22:34:31.653Z")
public class Slot
extends java.lang.Object
| Constructor and Description |
|---|
Slot() |
| Modifier and Type | Method and Description |
|---|---|
Slot |
capacity(java.math.BigDecimal capacity) |
boolean |
equals(java.lang.Object o) |
java.math.BigDecimal |
getCapacity()
Get capacity
|
org.threeten.bp.OffsetDateTime |
getLocalTime()
Get localTime
|
java.math.BigDecimal |
getTotal()
Get total
|
org.threeten.bp.OffsetDateTime |
getUtcTime()
Get utcTime
|
int |
hashCode() |
Slot |
localTime(org.threeten.bp.OffsetDateTime localTime) |
void |
setCapacity(java.math.BigDecimal capacity) |
void |
setLocalTime(org.threeten.bp.OffsetDateTime localTime) |
void |
setTotal(java.math.BigDecimal total) |
void |
setUtcTime(org.threeten.bp.OffsetDateTime utcTime) |
java.lang.String |
toString() |
Slot |
total(java.math.BigDecimal total) |
Slot |
utcTime(org.threeten.bp.OffsetDateTime utcTime) |
public Slot utcTime(org.threeten.bp.OffsetDateTime utcTime)
public org.threeten.bp.OffsetDateTime getUtcTime()
public void setUtcTime(org.threeten.bp.OffsetDateTime utcTime)
public Slot localTime(org.threeten.bp.OffsetDateTime localTime)
public org.threeten.bp.OffsetDateTime getLocalTime()
public void setLocalTime(org.threeten.bp.OffsetDateTime localTime)
public Slot capacity(java.math.BigDecimal capacity)
public java.math.BigDecimal getCapacity()
public void setCapacity(java.math.BigDecimal capacity)
public Slot total(java.math.BigDecimal total)
public java.math.BigDecimal getTotal()
public void setTotal(java.math.BigDecimal total)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object