public static class ScaleRequest.ScaleRequestItem extends Object
ScaleRequest can contain multiple requests for multiple app, this
class represents one of those.| Constructor and Description |
|---|
ScaleRequestItem() |
ScaleRequestItem(String name,
Integer count) |
ScaleRequestItem(String name,
Integer count,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
String |
getName() |
Map<String,String> |
getProperties() |
void |
setCount(Integer count) |
void |
setName(String name) |
void |
setProperties(Map<String,String> properties) |
String |
toString() |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.