Class AttachDecoratorData
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.AttachDecoratorData
-
public class AttachDecoratorData extends Object
AttachDecoratorData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttachDecoratorData.AttachDecoratorDataBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_BASE64static StringSERIALIZED_NAME_JSONstatic StringSERIALIZED_NAME_JWSstatic StringSERIALIZED_NAME_LINKSstatic StringSERIALIZED_NAME_SHA256
-
Constructor Summary
Constructors Constructor Description AttachDecoratorData()AttachDecoratorData(String base64, Object json, AttachDecoratorDataJWS jws, List<String> links, String sha256)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttachDecoratorData.AttachDecoratorDataBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetBase64()ObjectgetJson()AttachDecoratorDataJWSgetJws()List<String>getLinks()StringgetSha256()inthashCode()voidsetBase64(String base64)voidsetJson(Object json)voidsetJws(AttachDecoratorDataJWS jws)voidsetLinks(List<String> links)voidsetSha256(String sha256)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_BASE64
public static final String SERIALIZED_NAME_BASE64
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JSON
public static final String SERIALIZED_NAME_JSON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JWS
public static final String SERIALIZED_NAME_JWS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_LINKS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHA256
public static final String SERIALIZED_NAME_SHA256
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static AttachDecoratorData.AttachDecoratorDataBuilder builder()
-
getBase64
public String getBase64()
-
getJson
public Object getJson()
-
getJws
public AttachDecoratorDataJWS getJws()
-
getSha256
public String getSha256()
-
setBase64
public void setBase64(String base64)
-
setJson
public void setJson(Object json)
-
setJws
public void setJws(AttachDecoratorDataJWS jws)
-
setSha256
public void setSha256(String sha256)
-
canEqual
protected boolean canEqual(Object other)
-
-