Class V20CredExFree
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20CredExFree
-
public class V20CredExFree extends Object
V20CredExFree
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20CredExFree.V20CredExFreeBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AUTO_REMOVEstatic StringSERIALIZED_NAME_COMMENTstatic StringSERIALIZED_NAME_CONNECTION_IDstatic StringSERIALIZED_NAME_CREDENTIAL_PREVIEWstatic StringSERIALIZED_NAME_FILTERstatic StringSERIALIZED_NAME_TRACE
-
Constructor Summary
Constructors Constructor Description V20CredExFree()V20CredExFree(Boolean autoRemove, String comment, UUID connectionId, V20CredPreview credentialPreview, V20CredFilter filter, Boolean trace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20CredExFree.V20CredExFreeBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BooleangetAutoRemove()StringgetComment()UUIDgetConnectionId()V20CredPreviewgetCredentialPreview()V20CredFiltergetFilter()BooleangetTrace()inthashCode()voidsetAutoRemove(Boolean autoRemove)voidsetComment(String comment)voidsetConnectionId(UUID connectionId)voidsetCredentialPreview(V20CredPreview credentialPreview)voidsetFilter(V20CredFilter filter)voidsetTrace(Boolean trace)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AUTO_REMOVE
public static final String SERIALIZED_NAME_AUTO_REMOVE
- See Also:
- Constant Field Values
-
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_CREDENTIAL_PREVIEW
public static final String SERIALIZED_NAME_CREDENTIAL_PREVIEW
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FILTER
public static final String SERIALIZED_NAME_FILTER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACE
public static final String SERIALIZED_NAME_TRACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V20CredExFree
public V20CredExFree(Boolean autoRemove, String comment, UUID connectionId, V20CredPreview credentialPreview, V20CredFilter filter, Boolean trace)
-
V20CredExFree
public V20CredExFree()
-
-
Method Detail
-
builder
public static V20CredExFree.V20CredExFreeBuilder builder()
-
getAutoRemove
public Boolean getAutoRemove()
-
getComment
public String getComment()
-
getConnectionId
public UUID getConnectionId()
-
getCredentialPreview
public V20CredPreview getCredentialPreview()
-
getFilter
public V20CredFilter getFilter()
-
getTrace
public Boolean getTrace()
-
setAutoRemove
public void setAutoRemove(Boolean autoRemove)
-
setComment
public void setComment(String comment)
-
setConnectionId
public void setConnectionId(UUID connectionId)
-
setCredentialPreview
public void setCredentialPreview(V20CredPreview credentialPreview)
-
setFilter
public void setFilter(V20CredFilter filter)
-
setTrace
public void setTrace(Boolean trace)
-
canEqual
protected boolean canEqual(Object other)
-
-