Class ClearPendingRevocationsRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.ClearPendingRevocationsRequest
-
public class ClearPendingRevocationsRequest extends Object
ClearPendingRevocationsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClearPendingRevocationsRequest.ClearPendingRevocationsRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PURGE
-
Constructor Summary
Constructors Constructor Description ClearPendingRevocationsRequest()ClearPendingRevocationsRequest(Map<String,List<String>> purge)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClearPendingRevocationsRequest.ClearPendingRevocationsRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Map<String,List<String>>getPurge()inthashCode()voidsetPurge(Map<String,List<String>> purge)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PURGE
public static final String SERIALIZED_NAME_PURGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static ClearPendingRevocationsRequest.ClearPendingRevocationsRequestBuilder builder()
-
canEqual
protected boolean canEqual(Object other)
-
-