Class LinkedDataProof
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.LinkedDataProof
-
public class LinkedDataProof extends Object
LinkedDataProof
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLinkedDataProof.LinkedDataProofBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CHALLENGEstatic StringSERIALIZED_NAME_CREATEDstatic StringSERIALIZED_NAME_DOMAINstatic StringSERIALIZED_NAME_JWSstatic StringSERIALIZED_NAME_NONCEstatic StringSERIALIZED_NAME_PROOF_PURPOSEstatic StringSERIALIZED_NAME_PROOF_VALUEstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_VERIFICATION_METHOD
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LinkedDataProof.LinkedDataProofBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChallenge()StringgetCreated()StringgetDomain()StringgetJws()StringgetNonce()StringgetProofPurpose()StringgetProofValue()StringgetType()StringgetVerificationMethod()inthashCode()voidsetChallenge(String challenge)voidsetCreated(String created)voidsetDomain(String domain)voidsetJws(String jws)voidsetNonce(String nonce)voidsetProofPurpose(String proofPurpose)voidsetProofValue(String proofValue)voidsetType(String type)voidsetVerificationMethod(String verificationMethod)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CHALLENGE
public static final String SERIALIZED_NAME_CHALLENGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED
public static final String SERIALIZED_NAME_CREATED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DOMAIN
public static final String SERIALIZED_NAME_DOMAIN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JWS
public static final String SERIALIZED_NAME_JWS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NONCE
public static final String SERIALIZED_NAME_NONCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROOF_PURPOSE
public static final String SERIALIZED_NAME_PROOF_PURPOSE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROOF_VALUE
public static final String SERIALIZED_NAME_PROOF_VALUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERIFICATION_METHOD
public static final String SERIALIZED_NAME_VERIFICATION_METHOD
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static LinkedDataProof.LinkedDataProofBuilder builder()
-
getChallenge
public String getChallenge()
-
getCreated
public String getCreated()
-
getDomain
public String getDomain()
-
getJws
public String getJws()
-
getNonce
public String getNonce()
-
getProofPurpose
public String getProofPurpose()
-
getProofValue
public String getProofValue()
-
getType
public String getType()
-
getVerificationMethod
public String getVerificationMethod()
-
setChallenge
public void setChallenge(String challenge)
-
setCreated
public void setCreated(String created)
-
setDomain
public void setDomain(String domain)
-
setJws
public void setJws(String jws)
-
setNonce
public void setNonce(String nonce)
-
setProofPurpose
public void setProofPurpose(String proofPurpose)
-
setProofValue
public void setProofValue(String proofValue)
-
setType
public void setType(String type)
-
setVerificationMethod
public void setVerificationMethod(String verificationMethod)
-
canEqual
protected boolean canEqual(Object other)
-
-