Package io.apicurio.common.apps.config
Class DynamicConfigPropertyDto
- java.lang.Object
-
- io.apicurio.common.apps.config.DynamicConfigPropertyDto
-
public class DynamicConfigPropertyDto extends Object
- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description DynamicConfigPropertyDto()Constructor.DynamicConfigPropertyDto(String name, String value)Constructor.
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getValue
public String getValue()
- Returns:
- the value
-
setValue
public void setValue(String value)
- Parameters:
value- the value to set
-
toString
public String toString()
- Overrides:
toStringin classObject- See Also:
Object.toString()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classObject- See Also:
Object.hashCode()
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classObject- See Also:
Object.equals(java.lang.Object)
-
-