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