@Generated(value="org.immutables.processor.ProxyProcessor") public final class ScaleApplicationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScaleApplicationRequest.Builder
Builds instances of type
ScaleApplicationRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ScaleApplicationRequest.Builder |
builder()
Creates a builder for
ScaleApplicationRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ScaleApplicationRequest that have equal attribute values. |
String |
getApplicationId()
The application id
|
Integer |
getDiskInMb()
The disk size
|
Integer |
getInstances()
The number of instances
|
Integer |
getMemoryInMb()
The memory size
|
String |
getType()
The type
|
int |
hashCode()
Computes a hash code from attributes:
applicationId, diskInMb, instances, memoryInMb, type. |
String |
toString()
Prints the immutable value
ScaleApplicationRequest with attribute values. |
public String getApplicationId()
public Integer getDiskInMb()
public Integer getInstances()
public Integer getMemoryInMb()
public String getType()
public boolean equals(Object another)
ScaleApplicationRequest that have equal attribute values.public int hashCode()
applicationId, diskInMb, instances, memoryInMb, type.public String toString()
ScaleApplicationRequest with attribute values.public static ScaleApplicationRequest.Builder builder()
ScaleApplicationRequest.
ScaleApplicationRequest.builder()
.applicationId(String) // required applicationId
.diskInMb(Integer | null) // nullable diskInMb
.instances(Integer | null) // nullable instances
.memoryInMb(Integer | null) // nullable memoryInMb
.type(String) // required type
.build();
Copyright © 2020. All rights reserved.