Class DIDXRequestDidDocAttach.AttachDecoratorData
- java.lang.Object
-
- org.hyperledger.aries.api.did_exchange.DIDXRequestDidDocAttach.AttachDecoratorData
-
- Enclosing class:
- DIDXRequestDidDocAttach
public static class DIDXRequestDidDocAttach.AttachDecoratorData extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDIDXRequestDidDocAttach.AttachDecoratorData.AttachDecoratorDataBuilder
-
Constructor Summary
Constructors Constructor Description AttachDecoratorData()AttachDecoratorData(String base64, com.google.gson.JsonObject json, DIDXRequestDidDocAttach.AttachDecoratorDataJws jws, List<String> links, String sha256)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DIDXRequestDidDocAttach.AttachDecoratorData.AttachDecoratorDataBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetBase64()com.google.gson.JsonObjectgetJson()DIDXRequestDidDocAttach.AttachDecoratorDataJwsgetJws()List<String>getLinks()StringgetSha256()SHA256 hash (binhex encoded) of contentinthashCode()voidsetBase64(String base64)voidsetJson(com.google.gson.JsonObject json)voidsetJws(DIDXRequestDidDocAttach.AttachDecoratorDataJws jws)voidsetLinks(List<String> links)voidsetSha256(String sha256)SHA256 hash (binhex encoded) of contentStringtoString()
-
-
-
Constructor Detail
-
AttachDecoratorData
public AttachDecoratorData()
-
AttachDecoratorData
public AttachDecoratorData(String base64, com.google.gson.JsonObject json, DIDXRequestDidDocAttach.AttachDecoratorDataJws jws, List<String> links, String sha256)
-
-
Method Detail
-
builder
public static DIDXRequestDidDocAttach.AttachDecoratorData.AttachDecoratorDataBuilder builder()
-
getBase64
public String getBase64()
-
getJson
public com.google.gson.JsonObject getJson()
-
getJws
public DIDXRequestDidDocAttach.AttachDecoratorDataJws getJws()
-
getSha256
public String getSha256()
SHA256 hash (binhex encoded) of content
-
setBase64
public void setBase64(String base64)
-
setJson
public void setJson(com.google.gson.JsonObject json)
-
setJws
public void setJws(DIDXRequestDidDocAttach.AttachDecoratorDataJws jws)
-
setSha256
public void setSha256(String sha256)
SHA256 hash (binhex encoded) of content
-
canEqual
protected boolean canEqual(Object other)
-
-