Class CfgKey
- java.lang.Object
-
- de.gematik.test.tiger.common.data.config.CfgKey
-
public class CfgKey extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCfgKey.CfgKeyBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CfgKey.CfgKeyBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetId()StringgetPem()PkiTypegetType()inthashCode()voidsetId(String id)voidsetPem(String pem)voidsetType(PkiType type)StringtoString()
-
-
-
Constructor Detail
-
CfgKey
@ConstructorProperties({"id","pem","type"}) public CfgKey(String id, String pem, PkiType type)
-
CfgKey
public CfgKey()
-
-
Method Detail
-
builder
public static CfgKey.CfgKeyBuilder builder()
-
getId
public String getId()
-
getPem
public String getPem()
-
getType
public PkiType getType()
-
setId
public void setId(String id)
-
setPem
public void setPem(String pem)
-
setType
public void setType(PkiType type)
-
canEqual
protected boolean canEqual(Object other)
-
-