@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 ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ConfirmationResult.Builder |
Constructor and Description |
---|
ConfirmationResult(String topicName,
String topicId,
String endpoint,
String unsubscribeUrl,
String message,
String subscriptionId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ConfirmationResult.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getEndpoint()
A locator that corresponds to the subscription protocol.
|
String |
getMessage()
A human-readable string indicating the status of the subscription confirmation.
|
String |
getSubscriptionId()
The OCID of
the subscription specified in the request.
|
String |
getTopicId()
The OCID of
the topic associated with the specified subscription.
|
String |
getTopicName()
The name of the subscribed topic.
|
String |
getUnsubscribeUrl()
The URL for unsubscribing from the topic.
|
int |
hashCode() |
ConfirmationResult.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"topicName","topicId","endpoint","unsubscribeUrl","message","subscriptionId"}) public ConfirmationResult(String topicName, String topicId, String endpoint, String unsubscribeUrl, String message, String subscriptionId)
public static ConfirmationResult.Builder builder()
Create a new builder.
public ConfirmationResult.Builder toBuilder()
public String getTopicName()
The name of the subscribed topic.
public String getTopicId()
The OCID of the topic associated with the specified subscription.
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.
public String getUnsubscribeUrl()
The URL for unsubscribing from the topic.
public String getMessage()
A human-readable string indicating the status of the subscription confirmation.
public String getSubscriptionId()
The OCID of the subscription specified in the request.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.