Package com.oracle.bmc.batch.model
Class OciLoggingConfiguration
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.batch.model.LoggingConfiguration
-
- com.oracle.bmc.batch.model.OciLoggingConfiguration
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20251031") public final class OciLoggingConfiguration extends LoggingConfigurationLogging configuration for OCI Logging service.
Note: Objects should always be created or deserialized using theOciLoggingConfiguration.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 theOciLoggingConfiguration.Builder, which maintain a set of all explicitly set fields calledOciLoggingConfiguration.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 classOciLoggingConfiguration.Builder-
Nested classes/interfaces inherited from class com.oracle.bmc.batch.model.LoggingConfiguration
LoggingConfiguration.Type
-
-
Constructor Summary
Constructors Constructor Description OciLoggingConfiguration(String logGroupId, String logId)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OciLoggingConfiguration.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetLogGroupId()The OCID of the log group.StringgetLogId()The OCID of the log.inthashCode()OciLoggingConfiguration.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
OciLoggingConfiguration
@Deprecated public OciLoggingConfiguration(String logGroupId, String logId)
Deprecated.
-
-
Method Detail
-
builder
public static OciLoggingConfiguration.Builder builder()
Create a new builder.
-
toBuilder
public OciLoggingConfiguration.Builder toBuilder()
-
toString
public String toString()
- Overrides:
toStringin classLoggingConfiguration
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classLoggingConfiguration- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classLoggingConfiguration
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLoggingConfiguration
-
-