org.jclouds.cloudstack.domain
Class ConfigurationEntry

java.lang.Object
  extended by org.jclouds.cloudstack.domain.ConfigurationEntry
All Implemented Interfaces:
Comparable<ConfigurationEntry>

public class ConfigurationEntry
extends Object
implements Comparable<ConfigurationEntry>

Representation of the API configuration entry response

Author:
Andrei Savu

Nested Class Summary
static class ConfigurationEntry.Builder<T extends ConfigurationEntry.Builder<T>>
           
 
Constructor Summary
protected ConfigurationEntry(String category, String description, String name, String value)
           
 
Method Summary
static ConfigurationEntry.Builder<?> builder()
           
 int compareTo(ConfigurationEntry other)
           
 boolean equals(Object obj)
           
 String getCategory()
           
 String getDescription()
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 ConfigurationEntry.Builder<?> toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationEntry

@ConstructorProperties(value={"category","description","name","value"})
protected ConfigurationEntry(@Nullable
                                                        String category,
                                                        @Nullable
                                                        String description,
                                                        String name,
                                                        @Nullable
                                                        String value)
Method Detail

builder

public static ConfigurationEntry.Builder<?> builder()

toBuilder

public ConfigurationEntry.Builder<?> toBuilder()

getCategory

@Nullable
public String getCategory()

getDescription

@Nullable
public String getDescription()

getName

public String getName()

getValue

@Nullable
public String getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

string

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

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(ConfigurationEntry other)
Specified by:
compareTo in interface Comparable<ConfigurationEntry>


Copyright © 2009-2013 jclouds. All Rights Reserved.