Class AttachDecoratorDataJWSHeader
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.AttachDecoratorDataJWSHeader
-
public class AttachDecoratorDataJWSHeader extends Object
AttachDecoratorDataJWSHeader
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttachDecoratorDataJWSHeader.AttachDecoratorDataJWSHeaderBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_KID
-
Constructor Summary
Constructors Constructor Description AttachDecoratorDataJWSHeader()AttachDecoratorDataJWSHeader(String kid)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttachDecoratorDataJWSHeader.AttachDecoratorDataJWSHeaderBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetKid()inthashCode()voidsetKid(String kid)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_KID
public static final String SERIALIZED_NAME_KID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AttachDecoratorDataJWSHeader
public AttachDecoratorDataJWSHeader(String kid)
-
AttachDecoratorDataJWSHeader
public AttachDecoratorDataJWSHeader()
-
-
Method Detail
-
builder
public static AttachDecoratorDataJWSHeader.AttachDecoratorDataJWSHeaderBuilder builder()
-
getKid
public String getKid()
-
setKid
public void setKid(String kid)
-
canEqual
protected boolean canEqual(Object other)
-
-