Class ManualEvidence

    • Method Detail

      • s3ResourcePath

        public final String s3ResourcePath()

        The S3 URL of the object that's imported as manual evidence.

        Returns:
        The S3 URL of the object that's imported as manual evidence.
      • textResponse

        public final String textResponse()

        The plain text response that's entered and saved as manual evidence.

        Returns:
        The plain text response that's entered and saved as manual evidence.
      • evidenceFileName

        public final String evidenceFileName()

        The name of the file that's uploaded as manual evidence. This name is populated using the evidenceFileName value from the GetEvidenceFileUploadUrl API response.

        Returns:
        The name of the file that's uploaded as manual evidence. This name is populated using the evidenceFileName value from the GetEvidenceFileUploadUrl API response.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)