@Generated(value="jsonschema2pojo") public class ValidationSchema extends Object
| Constructor and Description |
|---|
ValidationSchema()
No args constructor for use in serialization
|
ValidationSchema(AggregationRule aggregationRule,
ClusterRole clusterRole,
ClusterRoleBinding clusterRoleBinding,
ClusterRoleBindingList clusterRoleBindingList,
ClusterRoleList clusterRoleList,
Role role,
RoleBinding roleBinding,
RoleBindingList roleBindingList,
RoleList roleList) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
AggregationRule |
getAggregationRule() |
ClusterRole |
getClusterRole() |
ClusterRoleBinding |
getClusterRoleBinding() |
ClusterRoleBindingList |
getClusterRoleBindingList() |
ClusterRoleList |
getClusterRoleList() |
Role |
getRole() |
RoleBinding |
getRoleBinding() |
RoleBindingList |
getRoleBindingList() |
RoleList |
getRoleList() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAggregationRule(AggregationRule aggregationRule) |
void |
setClusterRole(ClusterRole clusterRole) |
void |
setClusterRoleBinding(ClusterRoleBinding clusterRoleBinding) |
void |
setClusterRoleBindingList(ClusterRoleBindingList clusterRoleBindingList) |
void |
setClusterRoleList(ClusterRoleList clusterRoleList) |
void |
setRole(Role role) |
void |
setRoleBinding(RoleBinding roleBinding) |
void |
setRoleBindingList(RoleBindingList roleBindingList) |
void |
setRoleList(RoleList roleList) |
public ValidationSchema()
public ValidationSchema(AggregationRule aggregationRule, ClusterRole clusterRole, ClusterRoleBinding clusterRoleBinding, ClusterRoleBindingList clusterRoleBindingList, ClusterRoleList clusterRoleList, Role role, RoleBinding roleBinding, RoleBindingList roleBindingList, RoleList roleList)
public AggregationRule getAggregationRule()
public void setAggregationRule(AggregationRule aggregationRule)
public ClusterRole getClusterRole()
public void setClusterRole(ClusterRole clusterRole)
public ClusterRoleBinding getClusterRoleBinding()
public void setClusterRoleBinding(ClusterRoleBinding clusterRoleBinding)
public ClusterRoleBindingList getClusterRoleBindingList()
public void setClusterRoleBindingList(ClusterRoleBindingList clusterRoleBindingList)
public ClusterRoleList getClusterRoleList()
public void setClusterRoleList(ClusterRoleList clusterRoleList)
public Role getRole()
public void setRole(Role role)
public RoleBinding getRoleBinding()
public void setRoleBinding(RoleBinding roleBinding)
public RoleBindingList getRoleBindingList()
public void setRoleBindingList(RoleBindingList roleBindingList)
public RoleList getRoleList()
public void setRoleList(RoleList roleList)
Copyright © 2015–2024 Red Hat. All rights reserved.