Class DiscoveryDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.stackmonitoring.model.DiscoveryDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210330") public final class DiscoveryDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe request of DiscoveryJob Resource details.
 Note: Objects should always be created or deserialized using theDiscoveryDetails.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 theDiscoveryDetails.Builder, which maintain a set of all explicitly set fields calledDiscoveryDetails.Builder.__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 SummaryNested Classes Modifier and Type Class Description static classDiscoveryDetails.Builderstatic classDiscoveryDetails.ResourceTypeResource Type.
 - 
Constructor SummaryConstructors Constructor Description DiscoveryDetails(String agentId, DiscoveryDetails.ResourceType resourceType, String resourceName, LicenseType license, PropertyDetails properties, CredentialCollection credentials, PropertyDetails tags)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DiscoveryDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAgentId()The OCID of Management AgentCredentialCollectiongetCredentials()LicenseTypegetLicense()License edition of the monitored resource.PropertyDetailsgetProperties()StringgetResourceName()The Name of resource typeDiscoveryDetails.ResourceTypegetResourceType()Resource Type.PropertyDetailsgetTags()inthashCode()DiscoveryDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
DiscoveryDetails@Deprecated @ConstructorProperties({"agentId","resourceType","resourceName","license","properties","credentials","tags"}) public DiscoveryDetails(String agentId, DiscoveryDetails.ResourceType resourceType, String resourceName, LicenseType license, PropertyDetails properties, CredentialCollection credentials, PropertyDetails tags) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static DiscoveryDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic DiscoveryDetails.Builder toBuilder() 
 - 
getAgentIdpublic String getAgentId() The OCID of Management Agent- Returns:
- the value
 
 - 
getResourceTypepublic DiscoveryDetails.ResourceType getResourceType() Resource Type.- Returns:
- the value
 
 - 
getResourceNamepublic String getResourceName() The Name of resource type- Returns:
- the value
 
 - 
getLicensepublic LicenseType getLicense() License edition of the monitored resource.- Returns:
- the value
 
 - 
getPropertiespublic PropertyDetails getProperties() 
 - 
getCredentialspublic CredentialCollection getCredentials() 
 - 
getTagspublic PropertyDetails getTags() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-