Package org.openapitools.client.model
Class AccessPolicyRuleAllOf
java.lang.Object
org.openapitools.client.model.AccessPolicyRuleAllOf
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class AccessPolicyRuleAllOf
extends Object
AccessPolicyRuleAllOf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(AccessPolicyRuleActions actions) conditions(AccessPolicyRuleConditions conditions) booleanGet actionsGet conditionsinthashCode()voidsetActions(AccessPolicyRuleActions actions) voidsetConditions(AccessPolicyRuleConditions conditions) toString()
-
Field Details
-
JSON_PROPERTY_ACTIONS
- See Also:
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
-
Constructor Details
-
AccessPolicyRuleAllOf
public AccessPolicyRuleAllOf()
-
-
Method Details