Class LoginVerificationOutputModel


  • public class LoginVerificationOutputModel
    extends java.lang.Object
    This is the output model coming from skyscraper services
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getJobId()
      Getter for jobId The job Id returned from skyscraper
      java.lang.Boolean getLoginSuccess()
      Getter for loginSuccess Indicates if the login was successful
      java.lang.String getMessage()
      Getter for message The message returned from the job
      java.lang.String getOperationStatus()
      Getter for operationStatus The operation status of the job
      void setJobId​(java.lang.Integer value)
      Setter for jobId The job Id returned from skyscraper
      void setLoginSuccess​(java.lang.Boolean value)
      Setter for loginSuccess Indicates if the login was successful
      void setMessage​(java.lang.String value)
      Setter for message The message returned from the job
      void setOperationStatus​(java.lang.String value)
      Setter for operationStatus The operation status of the job
      java.lang.String toString()
      Returns a JSON string representation of LoginVerificationOutputModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LoginVerificationOutputModel

        public LoginVerificationOutputModel()
    • Method Detail

      • getJobId

        public java.lang.Integer getJobId()
        Getter for jobId The job Id returned from skyscraper
      • setJobId

        public void setJobId​(java.lang.Integer value)
        Setter for jobId The job Id returned from skyscraper
      • getOperationStatus

        public java.lang.String getOperationStatus()
        Getter for operationStatus The operation status of the job
      • setOperationStatus

        public void setOperationStatus​(java.lang.String value)
        Setter for operationStatus The operation status of the job
      • getMessage

        public java.lang.String getMessage()
        Getter for message The message returned from the job
      • setMessage

        public void setMessage​(java.lang.String value)
        Setter for message The message returned from the job
      • getLoginSuccess

        public java.lang.Boolean getLoginSuccess()
        Getter for loginSuccess Indicates if the login was successful
      • setLoginSuccess

        public void setLoginSuccess​(java.lang.Boolean value)
        Setter for loginSuccess Indicates if the login was successful
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of LoginVerificationOutputModel
        Overrides:
        toString in class java.lang.Object