Class AttachDecoratorData1JWS
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.AttachDecoratorData1JWS
-
public class AttachDecoratorData1JWS extends Object
AttachDecoratorData1JWS
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttachDecoratorData1JWS.AttachDecoratorData1JWSBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HEADERstatic StringSERIALIZED_NAME_PROTECTEDstatic StringSERIALIZED_NAME_SIGNATURE
-
Constructor Summary
Constructors Constructor Description AttachDecoratorData1JWS()AttachDecoratorData1JWS(AttachDecoratorDataJWSHeader header, String _protected, String signature)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttachDecoratorData1JWS.AttachDecoratorData1JWSBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Stringget_protected()AttachDecoratorDataJWSHeadergetHeader()StringgetSignature()inthashCode()voidset_protected(String _protected)voidsetHeader(AttachDecoratorDataJWSHeader header)voidsetSignature(String signature)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_HEADER
public static final String SERIALIZED_NAME_HEADER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROTECTED
public static final String SERIALIZED_NAME_PROTECTED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIGNATURE
public static final String SERIALIZED_NAME_SIGNATURE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AttachDecoratorData1JWS
public AttachDecoratorData1JWS(AttachDecoratorDataJWSHeader header, String _protected, String signature)
-
AttachDecoratorData1JWS
public AttachDecoratorData1JWS()
-
-
Method Detail
-
builder
public static AttachDecoratorData1JWS.AttachDecoratorData1JWSBuilder builder()
-
getHeader
public AttachDecoratorDataJWSHeader getHeader()
-
get_protected
public String get_protected()
-
getSignature
public String getSignature()
-
setHeader
public void setHeader(AttachDecoratorDataJWSHeader header)
-
set_protected
public void set_protected(String _protected)
-
setSignature
public void setSignature(String signature)
-
canEqual
protected boolean canEqual(Object other)
-
-