public final class CopySourceApplicationRequest extends Object implements Validatable
| Modifier and Type | Class and Description |
|---|---|
static class |
CopySourceApplicationRequest.CopySourceApplicationRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CopySourceApplicationRequest.CopySourceApplicationRequestBuilder |
builder() |
boolean |
equals(Object o) |
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() |
ValidationResult |
isValid() |
String |
toString() |
public ValidationResult isValid()
isValid in interface Validatable@Generated(value="lombok") public static CopySourceApplicationRequest.CopySourceApplicationRequestBuilder builder()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public Boolean getRestart()
@Generated(value="lombok") public Duration getStagingTimeout()
@Generated(value="lombok") public Duration getStartupTimeout()
@Generated(value="lombok") public String getTargetName()
@Generated(value="lombok") public String getTargetOrganization()
@Generated(value="lombok") public String getTargetSpace()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.