Class GetDataSetDetailsResponse

    • Method Detail

      • blocksize

        public final Integer blocksize()

        The size of the block on disk.

        Returns:
        The size of the block on disk.
      • 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 DatasetDetailOrgAttributes dataSetOrg()

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

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

        public final Long fileSize()

        File size of the dataset.

        Returns:
        File size of the dataset.
      • 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.
      • location

        public final String location()

        The location where the data set is stored.

        Returns:
        The location where the data set is stored.
      • recordLength

        public final Integer recordLength()

        The length of records in the data set.

        Returns:
        The length of records in the data set.
      • 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