public final class BorrowResponse extends Object
| Constructor and Description |
|---|
BorrowResponse(ZonedDateTime borrowedUntil,
Integer maxBorrowTime,
Integer floatingSlotsInUse) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ZonedDateTime |
getBorrowedUntil() |
Integer |
getFloatingSlotsInUse() |
Integer |
getMaxBorrowTime() |
int |
hashCode() |
String |
toString() |
public BorrowResponse(ZonedDateTime borrowedUntil, Integer maxBorrowTime, Integer floatingSlotsInUse)
public ZonedDateTime getBorrowedUntil()
public Integer getMaxBorrowTime()
public Integer getFloatingSlotsInUse()
Copyright © 2025 Cense Data Inc.. All rights reserved.