Package org.openapitools.client.model
Class ProfileEnrollmentPolicyRule
java.lang.Object
org.openapitools.client.model.PolicyRule
org.openapitools.client.model.ProfileEnrollmentPolicyRule
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class ProfileEnrollmentPolicyRule
extends PolicyRule
ProfileEnrollmentPolicyRule
- 
Field Summary
FieldsFields inherited from class org.openapitools.client.model.PolicyRule
JSON_PROPERTY_CREATED, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_NAME, JSON_PROPERTY_PRIORITY, JSON_PROPERTY_STATUS, JSON_PROPERTY_SYSTEM, JSON_PROPERTY_TYPE, type - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionconditions(PolicyRuleConditions conditions) booleanGet actionsGet conditionsinthashCode()voidvoidsetConditions(PolicyRuleConditions conditions) toString()Methods inherited from class org.openapitools.client.model.PolicyRule
getCreated, getCreated_JsonNullable, getId, getLastUpdated, getLastUpdated_JsonNullable, getName, getPriority, getStatus, getSystem, getType, id, name, priority, setId, setName, setPriority, setStatus, setSystem, setType, status, system, type 
- 
Field Details
- 
JSON_PROPERTY_ACTIONS
- See Also:
 
 - 
JSON_PROPERTY_CONDITIONS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ProfileEnrollmentPolicyRule
public ProfileEnrollmentPolicyRule() 
 - 
 - 
Method Details
- 
actions
 - 
getActions
Get actions- Returns:
 - actions
 
 - 
setActions
 - 
conditions
 - 
getConditions
Get conditions- Returns:
 - conditions
 
 - 
setConditions
 - 
equals
- Overrides:
 equalsin classPolicyRule
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classPolicyRule
 - 
toString
- Overrides:
 toStringin classPolicyRule
 
 -