Class AttachDecoratorDataJWS
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.AttachDecoratorDataJWS
-
public class AttachDecoratorDataJWS extends Object
AttachDecoratorDataJWS
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttachDecoratorDataJWS.AttachDecoratorDataJWSBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HEADERstatic StringSERIALIZED_NAME_PROTECTEDstatic StringSERIALIZED_NAME_SIGNATUREstatic StringSERIALIZED_NAME_SIGNATURES
-
Constructor Summary
Constructors Constructor Description AttachDecoratorDataJWS()AttachDecoratorDataJWS(AttachDecoratorDataJWSHeader header, String _protected, String signature, List<AttachDecoratorData1JWS> signatures)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttachDecoratorDataJWS.AttachDecoratorDataJWSBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Stringget_protected()AttachDecoratorDataJWSHeadergetHeader()StringgetSignature()List<AttachDecoratorData1JWS>getSignatures()inthashCode()voidset_protected(String _protected)voidsetHeader(AttachDecoratorDataJWSHeader header)voidsetSignature(String signature)voidsetSignatures(List<AttachDecoratorData1JWS> signatures)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
-
SERIALIZED_NAME_SIGNATURES
public static final String SERIALIZED_NAME_SIGNATURES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AttachDecoratorDataJWS
public AttachDecoratorDataJWS(AttachDecoratorDataJWSHeader header, String _protected, String signature, List<AttachDecoratorData1JWS> signatures)
-
AttachDecoratorDataJWS
public AttachDecoratorDataJWS()
-
-
Method Detail
-
builder
public static AttachDecoratorDataJWS.AttachDecoratorDataJWSBuilder builder()
-
getHeader
public AttachDecoratorDataJWSHeader getHeader()
-
get_protected
public String get_protected()
-
getSignature
public String getSignature()
-
getSignatures
public List<AttachDecoratorData1JWS> getSignatures()
-
setHeader
public void setHeader(AttachDecoratorDataJWSHeader header)
-
set_protected
public void set_protected(String _protected)
-
setSignature
public void setSignature(String signature)
-
setSignatures
public void setSignatures(List<AttachDecoratorData1JWS> signatures)
-
canEqual
protected boolean canEqual(Object other)
-
-