Package com.oracle.bmc.sch.model
Class MonitoringSourceSelectedNamespaceDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.sch.model.MonitoringSourceNamespaceDetails
-
- com.oracle.bmc.sch.model.MonitoringSourceSelectedNamespaceDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200909") public final class MonitoringSourceSelectedNamespaceDetails extends MonitoringSourceNamespaceDetails
The namespaces for the compartment-specific list.
Note: Objects should always be created or deserialized using theMonitoringSourceSelectedNamespaceDetails.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 theMonitoringSourceSelectedNamespaceDetails.Builder
, which maintain a set of all explicitly set fields calledMonitoringSourceSelectedNamespaceDetails.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 Summary
Nested Classes Modifier and Type Class Description static class
MonitoringSourceSelectedNamespaceDetails.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.sch.model.MonitoringSourceNamespaceDetails
MonitoringSourceNamespaceDetails.Kind
-
-
Constructor Summary
Constructors Constructor Description MonitoringSourceSelectedNamespaceDetails(List<MonitoringSourceSelectedNamespace> namespaces)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonitoringSourceSelectedNamespaceDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
List<MonitoringSourceSelectedNamespace>
getNamespaces()
The namespaces for the compartment-specific list.int
hashCode()
MonitoringSourceSelectedNamespaceDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
MonitoringSourceSelectedNamespaceDetails
@Deprecated public MonitoringSourceSelectedNamespaceDetails(List<MonitoringSourceSelectedNamespace> namespaces)
Deprecated.
-
-
Method Detail
-
builder
public static MonitoringSourceSelectedNamespaceDetails.Builder builder()
Create a new builder.
-
toBuilder
public MonitoringSourceSelectedNamespaceDetails.Builder toBuilder()
-
getNamespaces
public List<MonitoringSourceSelectedNamespace> getNamespaces()
The namespaces for the compartment-specific list.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classMonitoringSourceNamespaceDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classMonitoringSourceNamespaceDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classMonitoringSourceNamespaceDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMonitoringSourceNamespaceDetails
-
-