Class W3CCredentialsListRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.W3CCredentialsListRequest
-
public class W3CCredentialsListRequest extends Object
W3CCredentialsListRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classW3CCredentialsListRequest.W3CCredentialsListRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONTEXTSstatic StringSERIALIZED_NAME_GIVEN_IDstatic StringSERIALIZED_NAME_ISSUER_IDstatic StringSERIALIZED_NAME_MAX_RESULTSstatic StringSERIALIZED_NAME_PROOF_TYPESstatic StringSERIALIZED_NAME_SCHEMA_IDSstatic StringSERIALIZED_NAME_SUBJECT_IDSstatic StringSERIALIZED_NAME_TAG_QUERYstatic StringSERIALIZED_NAME_TYPES
-
Constructor Summary
Constructors Constructor Description W3CCredentialsListRequest()W3CCredentialsListRequest(List<String> contexts, String givenId, String issuerId, Integer maxResults, List<String> proofTypes, List<String> schemaIds, List<String> subjectIds, Map<String,String> tagQuery, List<String> types)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static W3CCredentialsListRequest.W3CCredentialsListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<String>getContexts()StringgetGivenId()StringgetIssuerId()IntegergetMaxResults()List<String>getProofTypes()List<String>getSchemaIds()List<String>getSubjectIds()Map<String,String>getTagQuery()List<String>getTypes()inthashCode()voidsetContexts(List<String> contexts)voidsetGivenId(String givenId)voidsetIssuerId(String issuerId)voidsetMaxResults(Integer maxResults)voidsetProofTypes(List<String> proofTypes)voidsetSchemaIds(List<String> schemaIds)voidsetSubjectIds(List<String> subjectIds)voidsetTagQuery(Map<String,String> tagQuery)voidsetTypes(List<String> types)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CONTEXTS
public static final String SERIALIZED_NAME_CONTEXTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GIVEN_ID
public static final String SERIALIZED_NAME_GIVEN_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ISSUER_ID
public static final String SERIALIZED_NAME_ISSUER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MAX_RESULTS
public static final String SERIALIZED_NAME_MAX_RESULTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROOF_TYPES
public static final String SERIALIZED_NAME_PROOF_TYPES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SCHEMA_IDS
public static final String SERIALIZED_NAME_SCHEMA_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUBJECT_IDS
public static final String SERIALIZED_NAME_SUBJECT_IDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TAG_QUERY
public static final String SERIALIZED_NAME_TAG_QUERY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPES
public static final String SERIALIZED_NAME_TYPES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
W3CCredentialsListRequest
public W3CCredentialsListRequest(List<String> contexts, String givenId, String issuerId, Integer maxResults, List<String> proofTypes, List<String> schemaIds, List<String> subjectIds, Map<String,String> tagQuery, List<String> types)
-
W3CCredentialsListRequest
public W3CCredentialsListRequest()
-
-
Method Detail
-
builder
public static W3CCredentialsListRequest.W3CCredentialsListRequestBuilder builder()
-
getGivenId
public String getGivenId()
-
getIssuerId
public String getIssuerId()
-
getMaxResults
public Integer getMaxResults()
-
setGivenId
public void setGivenId(String givenId)
-
setIssuerId
public void setIssuerId(String issuerId)
-
setMaxResults
public void setMaxResults(Integer maxResults)
-
canEqual
protected boolean canEqual(Object other)
-
-