public class

ConfigProperty

extends Object
implements Serializable
java.lang.Object
   ↳ org.rundeck.api.domain.ConfigProperty

Class Overview

ConfigProperty is a single configuration property key and value.

Summary

Public Constructors
ConfigProperty()
ConfigProperty(String key, String value)
Public Methods
boolean equals(Object o)
String getKey()
String getValue()
int hashCode()
void setKey(String key)
void setValue(String value)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConfigProperty ()

public ConfigProperty (String key, String value)

Public Methods

public boolean equals (Object o)

public String getKey ()

public String getValue ()

public int hashCode ()

public void setKey (String key)

public void setValue (String value)

public String toString ()