Class RevokeRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.RevokeRequest
-
public class RevokeRequest extends Object
RevokeRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRevokeRequest.NotifyVersionEnumSpecify which version of the revocation notification should be sentstatic classRevokeRequest.RevokeRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COMMENTstatic StringSERIALIZED_NAME_CONNECTION_IDstatic StringSERIALIZED_NAME_CRED_EX_IDstatic StringSERIALIZED_NAME_CRED_REV_IDstatic StringSERIALIZED_NAME_NOTIFYstatic StringSERIALIZED_NAME_NOTIFY_VERSIONstatic StringSERIALIZED_NAME_PUBLISHstatic StringSERIALIZED_NAME_REV_REG_IDstatic StringSERIALIZED_NAME_THREAD_ID
-
Constructor Summary
Constructors Constructor Description RevokeRequest()RevokeRequest(String comment, String connectionId, String credExId, String credRevId, Boolean notify, RevokeRequest.NotifyVersionEnum notifyVersion, Boolean publish, String revRegId, String threadId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RevokeRequest.RevokeRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetComment()StringgetConnectionId()StringgetCredExId()StringgetCredRevId()BooleangetNotify()RevokeRequest.NotifyVersionEnumgetNotifyVersion()BooleangetPublish()StringgetRevRegId()StringgetThreadId()inthashCode()voidsetComment(String comment)voidsetConnectionId(String connectionId)voidsetCredExId(String credExId)voidsetCredRevId(String credRevId)voidsetNotify(Boolean notify)voidsetNotifyVersion(RevokeRequest.NotifyVersionEnum notifyVersion)voidsetPublish(Boolean publish)voidsetRevRegId(String revRegId)voidsetThreadId(String threadId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COMMENT
public static final String SERIALIZED_NAME_COMMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONNECTION_ID
public static final String SERIALIZED_NAME_CONNECTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CRED_EX_ID
public static final String SERIALIZED_NAME_CRED_EX_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CRED_REV_ID
public static final String SERIALIZED_NAME_CRED_REV_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NOTIFY
public static final String SERIALIZED_NAME_NOTIFY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NOTIFY_VERSION
public static final String SERIALIZED_NAME_NOTIFY_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PUBLISH
public static final String SERIALIZED_NAME_PUBLISH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REV_REG_ID
public static final String SERIALIZED_NAME_REV_REG_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THREAD_ID
public static final String SERIALIZED_NAME_THREAD_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static RevokeRequest.RevokeRequestBuilder builder()
-
getComment
public String getComment()
-
getConnectionId
public String getConnectionId()
-
getCredExId
public String getCredExId()
-
getCredRevId
public String getCredRevId()
-
getNotify
public Boolean getNotify()
-
getNotifyVersion
public RevokeRequest.NotifyVersionEnum getNotifyVersion()
-
getPublish
public Boolean getPublish()
-
getRevRegId
public String getRevRegId()
-
getThreadId
public String getThreadId()
-
setComment
public void setComment(String comment)
-
setConnectionId
public void setConnectionId(String connectionId)
-
setCredExId
public void setCredExId(String credExId)
-
setCredRevId
public void setCredRevId(String credRevId)
-
setNotify
public void setNotify(Boolean notify)
-
setNotifyVersion
public void setNotifyVersion(RevokeRequest.NotifyVersionEnum notifyVersion)
-
setPublish
public void setPublish(Boolean publish)
-
setRevRegId
public void setRevRegId(String revRegId)
-
setThreadId
public void setThreadId(String threadId)
-
canEqual
protected boolean canEqual(Object other)
-
-