@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class UpdateTargetDetectorRecipeDetails extends Object
The information to be updated in DetectorRecipe
Note: Objects should always be created or deserialized using the UpdateTargetDetectorRecipeDetails.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 UpdateTargetDetectorRecipeDetails.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 |
UpdateTargetDetectorRecipeDetails.Builder |
Constructor and Description |
---|
UpdateTargetDetectorRecipeDetails(String detectorRecipeId,
Boolean isValidationOnlyQuery,
List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateTargetDetectorRecipeDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getDetectorRecipeId()
Detector recipe identifier associated with the target
|
List<UpdateTargetRecipeDetectorRuleDetails> |
getDetectorRules()
Update detector rules associated with detector recipe in a target.
|
Boolean |
getIsValidationOnlyQuery()
When enabled, validation is performed for attaching the detector recipe.
|
int |
hashCode() |
UpdateTargetDetectorRecipeDetails.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"detectorRecipeId","isValidationOnlyQuery","detectorRules"}) @Deprecated public UpdateTargetDetectorRecipeDetails(String detectorRecipeId, Boolean isValidationOnlyQuery, List<UpdateTargetRecipeDetectorRuleDetails> detectorRules)
public static UpdateTargetDetectorRecipeDetails.Builder builder()
Create a new builder.
public UpdateTargetDetectorRecipeDetails.Builder toBuilder()
public String getDetectorRecipeId()
Detector recipe identifier associated with the target
public Boolean getIsValidationOnlyQuery()
When enabled, validation is performed for attaching the detector recipe.
public List<UpdateTargetRecipeDetectorRuleDetails> getDetectorRules()
Update detector rules associated with detector recipe in a target.
Copyright © 2016–2022. All rights reserved.