Class DpmContainerExtendedInfo


  • public final class DpmContainerExtendedInfo
    extends Object
    Additional information of the DPMContainer.
    • Constructor Detail

      • DpmContainerExtendedInfo

        public DpmContainerExtendedInfo()
    • Method Detail

      • lastRefreshedAt

        public OffsetDateTime lastRefreshedAt()
        Get the lastRefreshedAt property: Last refresh time of the DPMContainer.
        Returns:
        the lastRefreshedAt value.
      • withLastRefreshedAt

        public DpmContainerExtendedInfo withLastRefreshedAt​(OffsetDateTime lastRefreshedAt)
        Set the lastRefreshedAt property: Last refresh time of the DPMContainer.
        Parameters:
        lastRefreshedAt - the lastRefreshedAt value to set.
        Returns:
        the DpmContainerExtendedInfo object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.