@Generated(value={"Immutables.generator","_CopySourceApplicationRequest"}) public final class CopySourceApplicationRequest extends Object
_CopySourceApplicationRequest
.
Use the builder to create immutable instances:
CopySourceApplicationRequest.builder()
.
Modifier and Type | Class and Description |
---|---|
static class |
CopySourceApplicationRequest.Builder
Builds instances of type
CopySourceApplicationRequest . |
Modifier and Type | Method and Description |
---|---|
static CopySourceApplicationRequest.Builder |
builder()
Creates a builder for
CopySourceApplicationRequest . |
boolean |
equals(Object another)
This instance is equal to all instances of
CopySourceApplicationRequest that have equal attribute values. |
String |
getName()
The name of the application
|
Boolean |
getRestart()
Whether to restart the target application
|
Duration |
getStagingTimeout()
How long to wait for staging
|
Duration |
getStartupTimeout()
How long to wait for startup
|
String |
getTargetName()
The name of the target application
|
String |
getTargetOrganization()
The organization of the target application
|
String |
getTargetSpace()
The space of the target application
|
int |
hashCode()
Computes a hash code from attributes:
name , restart , stagingTimeout , startupTimeout , targetName , targetOrganization , targetSpace . |
String |
toString()
Prints the immutable value
CopySourceApplicationRequest with attribute values. |
public String getName()
public Boolean getRestart()
public Duration getStagingTimeout()
public Duration getStartupTimeout()
public String getTargetName()
public String getTargetOrganization()
public String getTargetSpace()
public boolean equals(Object another)
CopySourceApplicationRequest
that have equal attribute values.public int hashCode()
name
, restart
, stagingTimeout
, startupTimeout
, targetName
, targetOrganization
, targetSpace
.public String toString()
CopySourceApplicationRequest
with attribute values.public static CopySourceApplicationRequest.Builder builder()
CopySourceApplicationRequest
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.