public class UploadVAppTemplateParams extends ParamsType
<complexType name="UploadVAppTemplateParamsType" />
| Modifier and Type | Class and Description |
|---|---|
static class |
UploadVAppTemplateParams.Builder<B extends UploadVAppTemplateParams.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
manifestRequired |
protected String |
transferFormat |
description, name| Modifier | Constructor and Description |
|---|---|
protected |
UploadVAppTemplateParams() |
|
UploadVAppTemplateParams(UploadVAppTemplateParams.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static UploadVAppTemplateParams.Builder<?> |
builder() |
boolean |
equals(Object o) |
String |
getTransferFormat()
Gets the value of the transferFormat property.
|
int |
hashCode() |
Boolean |
isManifestRequired()
Gets the value of the manifestRequired property.
|
UploadVAppTemplateParams.Builder<?> |
toBuilder() |
String |
toString() |
getDescription, getName, stringprotected String transferFormat
protected Boolean manifestRequired
public UploadVAppTemplateParams(UploadVAppTemplateParams.Builder<?> builder)
protected UploadVAppTemplateParams()
public static UploadVAppTemplateParams.Builder<?> builder()
public UploadVAppTemplateParams.Builder<?> toBuilder()
toBuilder in class ParamsTypepublic String getTransferFormat()
Stringpublic Boolean isManifestRequired()
Booleanpublic boolean equals(Object o)
equals in class ParamsTypepublic int hashCode()
hashCode in class ParamsTypepublic String toString()
toString in class ParamsTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.