public class SELinuxOptionsFluentImpl<A extends SELinuxOptionsFluent<A>> extends BaseFluent<A> implements SELinuxOptionsFluent<A>
_visitables
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() |
Boolean |
hasLevel() |
Boolean |
hasRole() |
Boolean |
hasType() |
Boolean |
hasUser() |
A |
withLevel(String level) |
A |
withRole(String role) |
A |
withType(String type) |
A |
withUser(String user) |
public 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>>
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>>
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>>
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>>
Copyright © 2011–2017 Red Hat. All rights reserved.