Package org.openapitools.client.model
Class GroupRule
java.lang.Object
org.openapitools.client.model.GroupRule
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class GroupRule
extends Object
GroupRule
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionactions(GroupRuleAction actions) conditions(GroupRuleConditions conditions) booleanGet actionsGet conditionsGet createdgetId()Get idGet lastUpdatedgetName()Get nameGet statusgetType()Get typeinthashCode()voidsetActions(GroupRuleAction actions) voidsetConditions(GroupRuleConditions conditions) voidvoidsetStatus(GroupRuleStatus status) voidstatus(GroupRuleStatus status) toString() 
- 
Field Details
- 
JSON_PROPERTY_ACTIONS
- See Also:
 
 - 
JSON_PROPERTY_CONDITIONS
- See Also:
 
 - 
JSON_PROPERTY_CREATED
- See Also:
 
 - 
JSON_PROPERTY_ID
- See Also:
 
 - 
JSON_PROPERTY_LAST_UPDATED
- See Also:
 
 - 
JSON_PROPERTY_NAME
- See Also:
 
 - 
JSON_PROPERTY_STATUS
- See Also:
 
 - 
JSON_PROPERTY_TYPE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
GroupRule
public GroupRule() 
 - 
 - 
Method Details
- 
actions
 - 
getActions
Get actions- Returns:
 - actions
 
 - 
setActions
 - 
conditions
 - 
getConditions
Get conditions- Returns:
 - conditions
 
 - 
setConditions
 - 
getCreated
Get created- Returns:
 - created
 
 - 
getId
Get id- Returns:
 - id
 
 - 
getLastUpdated
Get lastUpdated- Returns:
 - lastUpdated
 
 - 
name
 - 
getName
Get name- Returns:
 - name
 
 - 
setName
 - 
status
 - 
getStatus
Get status- Returns:
 - status
 
 - 
setStatus
 - 
type
 - 
getType
Get type- Returns:
 - type
 
 - 
setType
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -