public class SELinuxOptionsFluentImpl<A extends SELinuxOptionsFluent<A>> extends BaseFluent<A> implements SELinuxOptionsFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
SELinuxOptionsFluentImpl() |
SELinuxOptionsFluentImpl(SELinuxOptions instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLevel() |
String |
getRole() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
Boolean |
hasLevel() |
Boolean |
hasRole() |
Boolean |
hasType() |
Boolean |
hasUser() |
A |
withLevel(String level) |
A |
withNewLevel(String arg0)
Deprecated.
|
A |
withNewRole(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withNewUser(String arg0)
Deprecated.
|
A |
withRole(String role) |
A |
withType(String type) |
A |
withUser(String user) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic SELinuxOptionsFluentImpl()
public SELinuxOptionsFluentImpl(SELinuxOptions instance)
public String getLevel()
getLevel in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>public A withLevel(String level)
withLevel in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>public Boolean hasLevel()
hasLevel in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>@Deprecated public A withNewLevel(String arg0)
withNewLevel in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>public String getRole()
getRole in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>public A withRole(String role)
withRole in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>public Boolean hasRole()
hasRole in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>@Deprecated public A withNewRole(String arg0)
withNewRole in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>public String getType()
getType in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>public A withType(String type)
withType in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>public Boolean hasType()
hasType in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>public String getUser()
getUser in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>public A withUser(String user)
withUser in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>public Boolean hasUser()
hasUser in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>@Deprecated public A withNewUser(String arg0)
withNewUser in interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.