public class SMSActivateGetRentListResponse extends Object
| Modifier and Type | Method and Description |
|---|---|
@NotNull SMSActivateRentNumber |
get(int rentId)
Returns the rent by index.
|
@NotNull List<SMSActivateRentNumber> |
getRentNumberList()
Returns the list current rents.
|
@NotNull SortedSet<Integer> |
getRentSet()
Returns the set id rents.
|
@NotNull public @NotNull SMSActivateRentNumber get(int rentId) throws SMSActivateBaseException
rentId - index rent.SMSActivateBaseException - if index incorrect.@NotNull public @NotNull SortedSet<Integer> getRentSet()
@NotNull public @NotNull List<SMSActivateRentNumber> getRentNumberList()
Copyright © 2020. All rights reserved.