@Generated(value="OracleSDKGenerator", comments="API Version: 20200202") public final class ManagementAgentPluginSummary extends Object
Summary of the ManagementAgentPlugin.
Note: Objects should always be created or deserialized using the ManagementAgentPluginSummary.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 ManagementAgentPluginSummary.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 |
ManagementAgentPluginSummary.Builder |
Constructor and Description |
---|
ManagementAgentPluginSummary(String id,
String name,
Integer version,
List<PlatformTypes> supportedPlatformTypes,
String displayName,
String description,
Boolean isConsoleDeployable,
LifecycleStates lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ManagementAgentPluginSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getDescription()
Management Agent Plugin description
|
String |
getDisplayName()
Management Agent Plugin Display Name
|
String |
getId()
Management Agent Plugin Id
|
Boolean |
getIsConsoleDeployable()
A flag to indicate whether a given plugin can be deployed from Agent Console UI or not.
|
LifecycleStates |
getLifecycleState()
The current state of Management Agent Plugin
|
String |
getName()
Management Agent Plugin Name
|
List<PlatformTypes> |
getSupportedPlatformTypes()
Supported Platform Types
|
Integer |
getVersion()
Management Agent Plugin Version
|
int |
hashCode() |
ManagementAgentPluginSummary.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","name","version","supportedPlatformTypes","displayName","description","isConsoleDeployable","lifecycleState"}) @Deprecated public ManagementAgentPluginSummary(String id, String name, Integer version, List<PlatformTypes> supportedPlatformTypes, String displayName, String description, Boolean isConsoleDeployable, LifecycleStates lifecycleState)
public static ManagementAgentPluginSummary.Builder builder()
Create a new builder.
public ManagementAgentPluginSummary.Builder toBuilder()
public String getId()
Management Agent Plugin Id
public String getName()
Management Agent Plugin Name
public Integer getVersion()
Management Agent Plugin Version
public List<PlatformTypes> getSupportedPlatformTypes()
Supported Platform Types
public String getDisplayName()
Management Agent Plugin Display Name
public String getDescription()
Management Agent Plugin description
public Boolean getIsConsoleDeployable()
A flag to indicate whether a given plugin can be deployed from Agent Console UI or not.
public LifecycleStates getLifecycleState()
The current state of Management Agent Plugin
Copyright © 2016–2022. All rights reserved.