public class CertExpressInvitationStatusModel
extends java.lang.Object
Constructor and Description |
---|
CertExpressInvitationStatusModel() |
Modifier and Type | Method and Description |
---|---|
CertExpressInvitationModel |
getInvitation()
Getter for invitation
The CertExpress invitation for the customer.
|
CertExpressInvitationStatus |
getStatus()
Getter for status
The status of the CertExpress invitation for this customer.
|
void |
setInvitation(CertExpressInvitationModel value)
Setter for invitation
The CertExpress invitation for the customer.
|
void |
setStatus(CertExpressInvitationStatus value)
Setter for status
The status of the CertExpress invitation for this customer.
|
java.lang.String |
toString()
Returns a JSON string representation of CertExpressInvitationStatusModel
|
public CertExpressInvitationStatus getStatus()
public void setStatus(CertExpressInvitationStatus value)
public CertExpressInvitationModel getInvitation()
public void setInvitation(CertExpressInvitationModel value)
public java.lang.String toString()
toString
in class java.lang.Object