@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public class EntityDiscovered extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The details of the base entity discovery.
Note: Objects should always be created or deserialized using the 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 Builder
, which maintain a
set of all explicitly set fields called Builder#__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
EntityDiscovered.DiscoverStatus
The status of the entity discovery.
|
static class |
EntityDiscovered.EntityType
The type of discovered entities.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Modifier | Constructor and Description |
---|---|
protected |
EntityDiscovered(String id,
String agentId,
String connectorId,
String displayName,
String version,
String internalId,
String status,
EntityDiscovered.DiscoverStatus discoverStatus,
String discoverErrorCode,
String discoverErrorMsg)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAgentId()
The OCID of the
agent used for monitoring.
|
String |
getConnectorId()
The OCID of the
associated connector.
|
String |
getDiscoverErrorCode()
The error code of the discovery.
|
String |
getDiscoverErrorMsg()
The error message of the discovery.
|
EntityDiscovered.DiscoverStatus |
getDiscoverStatus()
The status of the entity discovery.
|
String |
getDisplayName()
The name of the entity.
|
String |
getId()
The OCID of the
entity discovered.
|
String |
getInternalId()
The internal identifier of the entity.
|
String |
getStatus()
The status of the entity.
|
String |
getVersion()
The version of the entity.
|
int |
hashCode() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","agentId","connectorId","displayName","version","internalId","status","discoverStatus","discoverErrorCode","discoverErrorMsg"}) protected EntityDiscovered(String id, String agentId, String connectorId, String displayName, String version, String internalId, String status, EntityDiscovered.DiscoverStatus discoverStatus, String discoverErrorCode, String discoverErrorMsg)
public String getConnectorId()
The OCID of the associated connector.
public String getDisplayName()
The name of the entity.
public String getVersion()
The version of the entity.
public String getInternalId()
The internal identifier of the entity.
public String getStatus()
The status of the entity.
public EntityDiscovered.DiscoverStatus getDiscoverStatus()
The status of the entity discovery.
public String getDiscoverErrorCode()
The error code of the discovery.
public String getDiscoverErrorMsg()
The error message of the discovery.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.