public class SubscriptionEventInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriptionEventInfo.Builder
Class to build instances of
SubscriptionEventInfo. |
| Modifier | Constructor and Description |
|---|---|
protected |
SubscriptionEventInfo(io.apimatic.core.types.OptionalNullable<String> detail,
String code)
Internal initialization constructor.
|
|
SubscriptionEventInfo(String detail,
String code)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode()
Getter for Code.
|
String |
getDetail()
Getter for Detail.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetDetail()
Internal Getter for Detail.
|
SubscriptionEventInfo.Builder |
toBuilder()
Builds a new
SubscriptionEventInfo.Builder object. |
String |
toString()
Converts this SubscriptionEventInfo into string format.
|
public SubscriptionEventInfo(String detail, String code)
detail - String value for detail.code - String value for code.protected io.apimatic.core.types.OptionalNullable<String> internalGetDetail()
public String getDetail()
public String getCode()
public String toString()
public SubscriptionEventInfo.Builder toBuilder()
SubscriptionEventInfo.Builder object.
Creates the instance with the state of the current model.SubscriptionEventInfo.Builder objectCopyright © 2023. All rights reserved.