Class ConfirmationResult
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.ons.model.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 theConfirmationResult.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 theConfirmationResult.Builder
, which maintain a set of all explicitly set fields calledConfirmationResult.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfirmationResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
ConfirmationResult
@Deprecated @ConstructorProperties({"topicName","topicId","endpoint","unsubscribeUrl","message","subscriptionId"}) public ConfirmationResult(String topicName, String topicId, String endpoint, String unsubscribeUrl, String message, String subscriptionId)
Deprecated.
-
-
Method Detail
-
builder
public static ConfirmationResult.Builder builder()
Create a new builder.
-
toBuilder
public ConfirmationResult.Builder toBuilder()
-
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 classcom.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 classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-