Class CreateInvitationRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.CreateInvitationRequest
-
public class CreateInvitationRequest extends Object
CreateInvitationRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateInvitationRequest.CreateInvitationRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_MEDIATION_IDstatic StringSERIALIZED_NAME_METADATAstatic StringSERIALIZED_NAME_MY_LABELstatic StringSERIALIZED_NAME_RECIPIENT_KEYSstatic StringSERIALIZED_NAME_ROUTING_KEYSstatic StringSERIALIZED_NAME_SERVICE_ENDPOINT
-
Constructor Summary
Constructors Constructor Description CreateInvitationRequest()CreateInvitationRequest(String mediationId, Object metadata, String myLabel, List<String> recipientKeys, List<String> routingKeys, String serviceEndpoint)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateInvitationRequest.CreateInvitationRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetMediationId()ObjectgetMetadata()StringgetMyLabel()List<String>getRecipientKeys()List<String>getRoutingKeys()StringgetServiceEndpoint()inthashCode()voidsetMediationId(String mediationId)voidsetMetadata(Object metadata)voidsetMyLabel(String myLabel)voidsetRecipientKeys(List<String> recipientKeys)voidsetRoutingKeys(List<String> routingKeys)voidsetServiceEndpoint(String serviceEndpoint)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_MEDIATION_ID
public static final String SERIALIZED_NAME_MEDIATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METADATA
public static final String SERIALIZED_NAME_METADATA
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MY_LABEL
public static final String SERIALIZED_NAME_MY_LABEL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RECIPIENT_KEYS
public static final String SERIALIZED_NAME_RECIPIENT_KEYS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROUTING_KEYS
public static final String SERIALIZED_NAME_ROUTING_KEYS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SERVICE_ENDPOINT
public static final String SERIALIZED_NAME_SERVICE_ENDPOINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static CreateInvitationRequest.CreateInvitationRequestBuilder builder()
-
getMediationId
public String getMediationId()
-
getMetadata
public Object getMetadata()
-
getMyLabel
public String getMyLabel()
-
getServiceEndpoint
public String getServiceEndpoint()
-
setMediationId
public void setMediationId(String mediationId)
-
setMetadata
public void setMetadata(Object metadata)
-
setMyLabel
public void setMyLabel(String myLabel)
-
setServiceEndpoint
public void setServiceEndpoint(String serviceEndpoint)
-
canEqual
protected boolean canEqual(Object other)
-
-