Package org.jclouds.cloudstack.domain
Class ConfigurationEntry
java.lang.Object
org.jclouds.cloudstack.domain.ConfigurationEntry
- All Implemented Interfaces:
Comparable<ConfigurationEntry>
Representation of the API configuration entry response
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ConfigurationEntry
(String category, String description, String name, String value) -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigurationEntry.Builder
<?> builder()
int
compareTo
(ConfigurationEntry other) boolean
getName()
getValue()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Constructor Details
-
ConfigurationEntry
-
-
Method Details
-
builder
-
toBuilder
-
getCategory
-
getDescription
-
getName
-
getValue
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ConfigurationEntry>
-