@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class HostImportableAgentEntitySummary extends ImportableAgentEntitySummary
An agent host entity that can be imported into Operations Insights.
Note: Objects should always be created or deserialized using the HostImportableAgentEntitySummary.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 HostImportableAgentEntitySummary.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 |
HostImportableAgentEntitySummary.Builder |
static class |
HostImportableAgentEntitySummary.PlatformType
Platform type.
|
Constructor and Description |
---|
HostImportableAgentEntitySummary(String managementAgentId,
String managementAgentDisplayName,
String hostName,
HostImportableAgentEntitySummary.PlatformType platformType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HostImportableAgentEntitySummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getHostName()
The host name.
|
HostImportableAgentEntitySummary.PlatformType |
getPlatformType()
Platform type.
|
int |
hashCode() |
HostImportableAgentEntitySummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getManagementAgentDisplayName, getManagementAgentId
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public HostImportableAgentEntitySummary(String managementAgentId, String managementAgentDisplayName, String hostName, HostImportableAgentEntitySummary.PlatformType platformType)
public static HostImportableAgentEntitySummary.Builder builder()
Create a new builder.
public HostImportableAgentEntitySummary.Builder toBuilder()
public String getHostName()
The host name. The host name is unique amongst the hosts managed by the same management agent.
public HostImportableAgentEntitySummary.PlatformType getPlatformType()
Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX]. Supported platformType(s) for MACS-managed cloud host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
public String toString()
toString
in class ImportableAgentEntitySummary
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class ImportableAgentEntitySummary
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class ImportableAgentEntitySummary
public int hashCode()
hashCode
in class ImportableAgentEntitySummary
Copyright © 2016–2023. All rights reserved.