be.fgov.ehealth.technicalconnector.ra.domain
Class ContractRequest

java.lang.Object
  extended by be.fgov.ehealth.technicalconnector.ra.domain.Request
      extended by be.fgov.ehealth.technicalconnector.ra.domain.ContractRequest
All Implemented Interfaces:
Serializable

public final class ContractRequest
extends Request
implements Serializable

Represents a request to generate a contract.

See Also:
Serialized Form

Nested Class Summary
static class ContractRequest.Builder
          ContractRequest builder static inner class.
 
Method Summary
 boolean equals(Object o)
           
 CertificateIdentifier getCertificateIdentifier()
           
 ContactData getContactData()
           
 Actor getSigner()
           
 int hashCode()
           
static ContractRequest.Builder newBuilder()
           
 
Methods inherited from class be.fgov.ehealth.technicalconnector.ra.domain.Request
getId, getRequestor
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newBuilder

public static ContractRequest.Builder newBuilder()

getContactData

public ContactData getContactData()

getSigner

public Actor getSigner()

getCertificateIdentifier

public CertificateIdentifier getCertificateIdentifier()

equals

public boolean equals(Object o)
Overrides:
equals in class Request

hashCode

public int hashCode()
Overrides:
hashCode in class Request



Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.