public class SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>> extends BaseFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
SELinuxOptionsFluent() |
SELinuxOptionsFluent(SELinuxOptions instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getLevel() |
String |
getRole() |
String |
getType() |
String |
getUser() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasLevel() |
boolean |
hasRole() |
boolean |
hasType() |
boolean |
hasUser() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLevel(String level) |
A |
withRole(String role) |
A |
withType(String type) |
A |
withUser(String user) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SELinuxOptionsFluent()
public SELinuxOptionsFluent(SELinuxOptions instance)
public String getLevel()
public boolean hasLevel()
public String getRole()
public boolean hasRole()
public String getType()
public boolean hasType()
public String getUser()
public boolean hasUser()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class BaseFluent<A extends SELinuxOptionsFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends SELinuxOptionsFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.