Class GenerateCredentialReportResult

    • Constructor Detail

      • GenerateCredentialReportResult

        public GenerateCredentialReportResult()
    • Method Detail

      • setState

        public void setState​(String state)

        Information about the state of the credential report.

        Parameters:
        state - Information about the state of the credential report.
        See Also:
        ReportStateType
      • getState

        public String getState()

        Information about the state of the credential report.

        Returns:
        Information about the state of the credential report.
        See Also:
        ReportStateType
      • withState

        public GenerateCredentialReportResult withState​(String state)

        Information about the state of the credential report.

        Parameters:
        state - Information about the state of the credential report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReportStateType
      • setState

        public void setState​(ReportStateType state)

        Information about the state of the credential report.

        Parameters:
        state - Information about the state of the credential report.
        See Also:
        ReportStateType
      • withState

        public GenerateCredentialReportResult withState​(ReportStateType state)

        Information about the state of the credential report.

        Parameters:
        state - Information about the state of the credential report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReportStateType
      • setDescription

        public void setDescription​(String description)

        Information about the credential report.

        Parameters:
        description - Information about the credential report.
      • getDescription

        public String getDescription()

        Information about the credential report.

        Returns:
        Information about the credential report.
      • withDescription

        public GenerateCredentialReportResult withDescription​(String description)

        Information about the credential report.

        Parameters:
        description - Information about the credential report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object