@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsParameter extends Object
LogAnalyticsParameter
Note: Objects should always be created or deserialized using the LogAnalyticsParameter.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 LogAnalyticsParameter.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
LogAnalyticsParameter.Builder |
Constructor and Description |
---|
LogAnalyticsParameter(String defaultValue,
String description,
Boolean isActive,
String name,
Long sourceId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsParameter.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getDefaultValue()
The default value of the parameter.
|
String |
getDescription()
The parameter description.
|
Boolean |
getIsActive()
A flag indicating whether or not the parameter is active.
|
String |
getName()
The parameter name.
|
Long |
getSourceId()
The source unique identifier.
|
int |
hashCode() |
LogAnalyticsParameter.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"defaultValue","description","isActive","name","sourceId"}) @Deprecated public LogAnalyticsParameter(String defaultValue, String description, Boolean isActive, String name, Long sourceId)
public static LogAnalyticsParameter.Builder builder()
Create a new builder.
public LogAnalyticsParameter.Builder toBuilder()
public String getDefaultValue()
The default value of the parameter.
public String getDescription()
The parameter description.
public Boolean getIsActive()
A flag indicating whether or not the parameter is active.
public String getName()
The parameter name.
public Long getSourceId()
The source unique identifier.
Copyright © 2016–2022. All rights reserved.