Package cdc.issues
Class Param
- java.lang.Object
-
- cdc.issues.Param
-
public final class Param extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParam.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Param.Builderbuilder()booleanequals(Object object)StringgetName()StringgetValue()inthashCode()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getValue
public String getValue()
-
builder
public static Param.Builder builder()
-
-