Class DataSetSummary

    • Method Detail

      • creationTime

        public final Instant creationTime()

        The timestamp when the data set was created.

        Returns:
        The timestamp when the data set was created.
      • dataSetName

        public final String dataSetName()

        The name of the data set.

        Returns:
        The name of the data set.
      • dataSetOrg

        public final String dataSetOrg()

        The type of data set. The only supported value is VSAM.

        Returns:
        The type of data set. The only supported value is VSAM.
      • format

        public final String format()

        The format of the data set.

        Returns:
        The format of the data set.
      • lastReferencedTime

        public final Instant lastReferencedTime()

        The last time the data set was referenced.

        Returns:
        The last time the data set was referenced.
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        The last time the data set was updated.

        Returns:
        The last time the data set was updated.
      • 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)