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

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.params.ParamsType
Direct Known Subclasses:
CaptureVAppParams, CloneMediaParams, CloneVAppTemplateParams, UploadVAppTemplateParams, VAppCreationParams

public class ParamsType
extends Object

A basic type used to specify parameters for operations.

Since:
0.9
See Also:
vCloud REST API - ParamsType

Nested Class Summary
static class ParamsType.Builder<B extends ParamsType.Builder<B>>
           
 
Field Summary
protected  String description
           
protected  String name
           
 
Constructor Summary
protected ParamsType()
           
protected ParamsType(ParamsType.Builder<?> builder)
           
 
Method Summary
static ParamsType.Builder<?> builder()
           
 boolean equals(Object o)
           
 String getDescription()
          Optional description.
 String getName()
          A name as parameter.
 int hashCode()
           
 com.google.common.base.Objects.ToStringHelper string()
           
 ParamsType.Builder<?> toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

description

protected String description

name

protected String name
Constructor Detail

ParamsType

protected ParamsType(ParamsType.Builder<?> builder)

ParamsType

protected ParamsType()
Method Detail

builder

public static ParamsType.Builder<?> builder()

toBuilder

public ParamsType.Builder<?> toBuilder()

getDescription

public String getDescription()
Optional description.


getName

public String getName()
A name as parameter.


equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

string

public com.google.common.base.Objects.ToStringHelper string()


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