Class PortalSummary

    • Method Detail

      • id

        public final String id()

        The ID of the portal.

        Returns:
        The ID of the portal.
      • name

        public final String name()

        The name of the portal.

        Returns:
        The name of the portal.
      • description

        public final String description()

        The portal's description.

        Returns:
        The portal's description.
      • startUrl

        public final String startUrl()

        The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.

        Returns:
        The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.
      • creationDate

        public final Instant creationDate()

        The date the portal was created, in Unix epoch time.

        Returns:
        The date the portal was created, in Unix epoch time.
      • lastUpdateDate

        public final Instant lastUpdateDate()

        The date the portal was last updated, in Unix epoch time.

        Returns:
        The date the portal was last updated, in Unix epoch time.
      • status

        public final PortalStatus status()
        Returns the value of the Status property for this object.
        Returns:
        The value of the Status property for this object.
      • 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)