Class EntityDiscovered
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.databasemanagement.model.EntityDiscovered
-
- Direct Known Subclasses:
ExternalDatabaseSystemDiscoverySummary
,ExternalExadataInfrastructureDiscovery
,ExternalExadataInfrastructureDiscoverySummary
,ExternalStorageGridDiscoverySummary
,ExternalStorageServerDiscoverySummary
@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 theBuilder
. 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 theBuilder
, which maintain a set of all explicitly set fields calledBuilder#__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EntityDiscovered.DiscoverStatus
The status of the entity discovery.static class
EntityDiscovered.EntityType
The type of discovered entities.
-
Constructor Summary
Constructors Modifier Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
EntityDiscovered
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
getConnectorId
public String getConnectorId()
The OCID of the associated connector.- Returns:
- the value
-
getDisplayName
public String getDisplayName()
The name of the entity.- Returns:
- the value
-
getVersion
public String getVersion()
The version of the entity.- Returns:
- the value
-
getInternalId
public String getInternalId()
The internal identifier of the entity.- Returns:
- the value
-
getStatus
public String getStatus()
The status of the entity.- Returns:
- the value
-
getDiscoverStatus
public EntityDiscovered.DiscoverStatus getDiscoverStatus()
The status of the entity discovery.- Returns:
- the value
-
getDiscoverErrorCode
public String getDiscoverErrorCode()
The error code of the discovery.- Returns:
- the value
-
getDiscoverErrorMsg
public String getDiscoverErrorMsg()
The error message of the discovery.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-