@Generated(value="OracleSDKGenerator", comments="API Version: 20190131") public final class IntegrationInstanceSummary extends Object
Summary of the Integration Instance.
Note: Objects should always be created or deserialized using the IntegrationInstanceSummary.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 IntegrationInstanceSummary.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
IntegrationInstanceSummary.Builder |
static class |
IntegrationInstanceSummary.ConsumptionModel
The entitlement used for billing purposes.
|
static class |
IntegrationInstanceSummary.IntegrationInstanceType
Standard or Enterprise type
|
static class |
IntegrationInstanceSummary.LifecycleState
The current state of the Integration Instance.
|
Constructor and Description |
---|
IntegrationInstanceSummary(String id,
String displayName,
String compartmentId,
IntegrationInstanceSummary.IntegrationInstanceType integrationInstanceType,
Date timeCreated,
Date timeUpdated,
IntegrationInstanceSummary.LifecycleState lifecycleState,
String stateMessage,
Boolean isByol,
String instanceUrl,
Integer messagePacks,
Boolean isFileServerEnabled,
Boolean isVisualBuilderEnabled,
CustomEndpointDetails customEndpoint,
List<CustomEndpointDetails> alternateCustomEndpoints,
IntegrationInstanceSummary.ConsumptionModel consumptionModel,
NetworkEndpointDetails networkEndpointDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IntegrationInstanceSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
List<CustomEndpointDetails> |
getAlternateCustomEndpoints()
A list of alternate custom endpoints used for the integration instance URL.
|
String |
getCompartmentId()
Compartment Identifier.
|
IntegrationInstanceSummary.ConsumptionModel |
getConsumptionModel()
The entitlement used for billing purposes.
|
CustomEndpointDetails |
getCustomEndpoint() |
String |
getDisplayName()
Integration Instance Identifier, can be renamed.
|
String |
getId()
Unique identifier that is immutable on creation.
|
String |
getInstanceUrl()
The Integration Instance URL.
|
IntegrationInstanceSummary.IntegrationInstanceType |
getIntegrationInstanceType()
Standard or Enterprise type
|
Boolean |
getIsByol()
Bring your own license.
|
Boolean |
getIsFileServerEnabled()
The file server is enabled or not.
|
Boolean |
getIsVisualBuilderEnabled()
Visual Builder is enabled or not.
|
IntegrationInstanceSummary.LifecycleState |
getLifecycleState()
The current state of the Integration Instance.
|
Integer |
getMessagePacks()
The number of configured message packs (if any)
|
NetworkEndpointDetails |
getNetworkEndpointDetails() |
String |
getStateMessage()
An message describing the current state in more detail.
|
Date |
getTimeCreated()
The time the the Integration Instance was created.
|
Date |
getTimeUpdated()
The time the IntegrationInstance was updated.
|
int |
hashCode() |
IntegrationInstanceSummary.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","displayName","compartmentId","integrationInstanceType","timeCreated","timeUpdated","lifecycleState","stateMessage","isByol","instanceUrl","messagePacks","isFileServerEnabled","isVisualBuilderEnabled","customEndpoint","alternateCustomEndpoints","consumptionModel","networkEndpointDetails"}) @Deprecated public IntegrationInstanceSummary(String id, String displayName, String compartmentId, IntegrationInstanceSummary.IntegrationInstanceType integrationInstanceType, Date timeCreated, Date timeUpdated, IntegrationInstanceSummary.LifecycleState lifecycleState, String stateMessage, Boolean isByol, String instanceUrl, Integer messagePacks, Boolean isFileServerEnabled, Boolean isVisualBuilderEnabled, CustomEndpointDetails customEndpoint, List<CustomEndpointDetails> alternateCustomEndpoints, IntegrationInstanceSummary.ConsumptionModel consumptionModel, NetworkEndpointDetails networkEndpointDetails)
public static IntegrationInstanceSummary.Builder builder()
Create a new builder.
public IntegrationInstanceSummary.Builder toBuilder()
public String getId()
Unique identifier that is immutable on creation.
public String getDisplayName()
Integration Instance Identifier, can be renamed.
public String getCompartmentId()
Compartment Identifier.
public IntegrationInstanceSummary.IntegrationInstanceType getIntegrationInstanceType()
Standard or Enterprise type
public Date getTimeCreated()
The time the the Integration Instance was created. An RFC3339 formatted datetime string.
public Date getTimeUpdated()
The time the IntegrationInstance was updated. An RFC3339 formatted datetime string.
public IntegrationInstanceSummary.LifecycleState getLifecycleState()
The current state of the Integration Instance.
public String getStateMessage()
An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
public Boolean getIsByol()
Bring your own license.
public String getInstanceUrl()
The Integration Instance URL.
public Integer getMessagePacks()
The number of configured message packs (if any)
public Boolean getIsFileServerEnabled()
The file server is enabled or not.
public Boolean getIsVisualBuilderEnabled()
Visual Builder is enabled or not.
public CustomEndpointDetails getCustomEndpoint()
public List<CustomEndpointDetails> getAlternateCustomEndpoints()
A list of alternate custom endpoints used for the integration instance URL.
public IntegrationInstanceSummary.ConsumptionModel getConsumptionModel()
The entitlement used for billing purposes.
public NetworkEndpointDetails getNetworkEndpointDetails()
Copyright © 2016–2022. All rights reserved.