Package io.apicurio.common.apps.config
Class DynamicConfigPropertyDto
java.lang.Object
io.apicurio.common.apps.config.DynamicConfigPropertyDto
- Author:
- eric.wittmann@gmail.com
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.DynamicConfigPropertyDto(String name, String value) Constructor. -
Method Summary
-
Constructor Details
-
DynamicConfigPropertyDto
public DynamicConfigPropertyDto()Constructor. -
DynamicConfigPropertyDto
Constructor.- Parameters:
name- the name of the propertyvalue- the value of the property
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value- the value to set
-
toString
-
hashCode
public int hashCode() -
equals
-