public class CreateDevicesRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CreateDevicesRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
String |
getDescription() |
List<String> |
getDevices() |
String |
getParent() |
boolean |
isBootstrap() |
void |
setAmount(int amount) |
void |
setBootstrap(boolean bootstrap) |
void |
setDescription(String description) |
void |
setDevices(List<String> devices) |
void |
setParent(String parent) |
CreateDevicesRequest |
withAmount(int amount) |
CreateDevicesRequest |
withBootstrap(boolean bootstrap) |
CreateDevicesRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic void setAmount(int amount)
public int getAmount()
public CreateDevicesRequest withAmount(int amount)
public void setParent(String parent)
public String getParent()
public void setDescription(String description)
public String getDescription()
public void setBootstrap(boolean bootstrap)
public boolean isBootstrap()
public CreateDevicesRequest withBootstrap(boolean bootstrap)
public CreateDevicesRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2020. All rights reserved.