Class ConfirmationResult


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20181201")
    public final class ConfirmationResult
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    The confirmation details for the specified subscription.

    For information about confirming subscriptions, see To confirm a subscription.
    Note: Objects should always be created or deserialized using the ConfirmationResult.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the ConfirmationResult.Builder, which maintain a set of all explicitly set fields called ConfirmationResult.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).

    • Method Detail

      • getTopicName

        public String getTopicName()
        The name of the subscribed topic.
        Returns:
        the value
      • getTopicId

        public String getTopicId()
        The OCID of the topic associated with the specified subscription.
        Returns:
        the value
      • getEndpoint

        public String getEndpoint()
        A locator that corresponds to the subscription protocol.

        For example, an email address for a subscription that uses the EMAIL protocol, or a URL for a subscription that uses an HTTP-based protocol.

        Returns:
        the value
      • getUnsubscribeUrl

        public String getUnsubscribeUrl()
        The URL for unsubscribing from the topic.
        Returns:
        the value
      • getMessage

        public String getMessage()
        A human-readable string indicating the status of the subscription confirmation.
        Returns:
        the value
      • getSubscriptionId

        public String getSubscriptionId()
        The OCID of the subscription specified in the request.
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel