org.jclouds.vcloud.director.v1_5.domain.params
Class UploadVAppTemplateParams

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.params.ParamsType
      extended by org.jclouds.vcloud.director.v1_5.domain.params.UploadVAppTemplateParams

public class UploadVAppTemplateParams
extends ParamsType

Represents vApp Template upload parameters.

 <complexType name="UploadVAppTemplateParamsType" />
 

Since:
0.9
Author:
grkvlt@apache.org

Nested Class Summary
static class UploadVAppTemplateParams.Builder<B extends UploadVAppTemplateParams.Builder<B>>
           
 
Field Summary
protected  Boolean manifestRequired
           
protected  String transferFormat
           
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.params.ParamsType
description, name
 
Constructor Summary
protected UploadVAppTemplateParams()
           
  UploadVAppTemplateParams(UploadVAppTemplateParams.Builder<?> builder)
           
 
Method Summary
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()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.params.ParamsType
getDescription, getName, string
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

transferFormat

protected String transferFormat

manifestRequired

protected Boolean manifestRequired
Constructor Detail

UploadVAppTemplateParams

public UploadVAppTemplateParams(UploadVAppTemplateParams.Builder<?> builder)

UploadVAppTemplateParams

protected UploadVAppTemplateParams()
Method Detail

builder

public static UploadVAppTemplateParams.Builder<?> builder()

toBuilder

public UploadVAppTemplateParams.Builder<?> toBuilder()
Overrides:
toBuilder in class ParamsType

getTransferFormat

public String getTransferFormat()
Gets the value of the transferFormat property.

Returns:
possible object is String

isManifestRequired

public Boolean isManifestRequired()
Gets the value of the manifestRequired property.

Returns:
possible object is Boolean

equals

public boolean equals(Object o)
Overrides:
equals in class ParamsType

hashCode

public int hashCode()
Overrides:
hashCode in class ParamsType

toString

public String toString()
Overrides:
toString in class ParamsType


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.