Class DatasetDescription

    • Method Detail

      • creationTimestamp

        public final Instant creationTimestamp()

        The Unix timestamp for the time and date that the dataset was created.

        Returns:
        The Unix timestamp for the time and date that the dataset was created.
      • lastUpdatedTimestamp

        public final Instant lastUpdatedTimestamp()

        The Unix timestamp for the date and time that the dataset was last updated.

        Returns:
        The Unix timestamp for the date and time that the dataset was last updated.
      • statusMessage

        public final String statusMessage()

        The status message for the dataset.

        Returns:
        The status message for the dataset.
      • statusMessageCode

        public final DatasetStatusMessageCode statusMessageCode()

        The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.

        If the service returns an enum value that is not available in the current SDK version, statusMessageCode will return DatasetStatusMessageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusMessageCodeAsString().

        Returns:
        The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
        See Also:
        DatasetStatusMessageCode
      • statusMessageCodeAsString

        public final String statusMessageCodeAsString()

        The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.

        If the service returns an enum value that is not available in the current SDK version, statusMessageCode will return DatasetStatusMessageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusMessageCodeAsString().

        Returns:
        The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
        See Also:
        DatasetStatusMessageCode
      • datasetStats

        public final DatasetStats datasetStats()

        The status message code for the dataset.

        Returns:
        The status message code for the dataset.
      • 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)