Klasse EnableThreatProtectionRuleByPolicyIDOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.EnableThreatProtectionRuleByPolicyIDOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class EnableThreatProtectionRuleByPolicyIDOperationSpec
extends Object
EnableThreatProtectionRuleByPolicyIDSpec
Specification for the EnableThreatProtectionRuleByPolicyID operation.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEnableThreatProtectionRuleByPolicyIDOperationSpec(Consumer<EnableThreatProtectionRuleByPolicyIDOperationSpec> spec) Constructs a validated implementation ofEnableThreatProtectionRuleByPolicyIDOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()@NotNull StringpolicyId()This path parameter is used to specify the policy id of the threat protection policy which needs to be enabledThis path parameter is used to specify the policy id of the threat protection policy which needs to be enabledtoString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
EnableThreatProtectionRuleByPolicyIDOperationSpec
@Internal public EnableThreatProtectionRuleByPolicyIDOperationSpec(Consumer<EnableThreatProtectionRuleByPolicyIDOperationSpec> spec) Constructs a validated implementation ofEnableThreatProtectionRuleByPolicyIDOperationSpec.- Parameter:
spec- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
policyId
This path parameter is used to specify the policy id of the threat protection policy which needs to be enabled -
policyId
public EnableThreatProtectionRuleByPolicyIDOperationSpec policyId(@NotNull @NotNull String policyId) This path parameter is used to specify the policy id of the threat protection policy which needs to be enabled- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-