@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiParcelUsageRack extends Object
Constructor and Description |
---|
ApiParcelUsageRack() |
Modifier and Type | Method and Description |
---|---|
ApiParcelUsageRack |
addHostsItem(ApiParcelUsageHost hostsItem) |
boolean |
equals(Object o) |
List<ApiParcelUsageHost> |
getHosts()
A collection of the hosts in the rack.
|
String |
getRackId()
The rack ID for the rack.
|
int |
hashCode() |
ApiParcelUsageRack |
hosts(List<ApiParcelUsageHost> hosts) |
ApiParcelUsageRack |
rackId(String rackId) |
void |
setHosts(List<ApiParcelUsageHost> hosts) |
void |
setRackId(String rackId) |
String |
toString() |
public ApiParcelUsageRack hosts(List<ApiParcelUsageHost> hosts)
public ApiParcelUsageRack addHostsItem(ApiParcelUsageHost hostsItem)
public List<ApiParcelUsageHost> getHosts()
public void setHosts(List<ApiParcelUsageHost> hosts)
public ApiParcelUsageRack rackId(String rackId)
public String getRackId()
public void setRackId(String rackId)
Copyright © 2019. All rights reserved.