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.
      • portalType

        public final PortalType portalType()

        Define the type of portal. The value for IoT SiteWise Monitor (Classic) is SITEWISE_PORTAL_V1. The value for IoT SiteWise Monitor (AI-aware) is SITEWISE_PORTAL_V2.

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

        Returns:
        Define the type of portal. The value for IoT SiteWise Monitor (Classic) is SITEWISE_PORTAL_V1. The value for IoT SiteWise Monitor (AI-aware) is SITEWISE_PORTAL_V2.
        See Also:
        PortalType
      • portalTypeAsString

        public final String portalTypeAsString()

        Define the type of portal. The value for IoT SiteWise Monitor (Classic) is SITEWISE_PORTAL_V1. The value for IoT SiteWise Monitor (AI-aware) is SITEWISE_PORTAL_V2.

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

        Returns:
        Define the type of portal. The value for IoT SiteWise Monitor (Classic) is SITEWISE_PORTAL_V1. The value for IoT SiteWise Monitor (AI-aware) is SITEWISE_PORTAL_V2.
        See Also:
        PortalType
      • 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)