public class V1SELinuxOptionsFluentImpl<A extends V1SELinuxOptionsFluent<A>> extends BaseFluent<A> implements V1SELinuxOptionsFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1SELinuxOptionsFluentImpl() |
V1SELinuxOptionsFluentImpl(io.kubernetes.client.openapi.models.V1SELinuxOptions 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() |
String |
toString() |
A |
withLevel(String level) |
A |
withRole(String role) |
A |
withType(String type) |
A |
withUser(String user) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1SELinuxOptionsFluentImpl()
public V1SELinuxOptionsFluentImpl(io.kubernetes.client.openapi.models.V1SELinuxOptions instance)
public String getLevel()
getLevel in interface V1SELinuxOptionsFluent<A extends V1SELinuxOptionsFluent<A>>public A withLevel(String level)
withLevel in interface V1SELinuxOptionsFluent<A extends V1SELinuxOptionsFluent<A>>public Boolean hasLevel()
hasLevel in interface V1SELinuxOptionsFluent<A extends V1SELinuxOptionsFluent<A>>public String getRole()
getRole in interface V1SELinuxOptionsFluent<A extends V1SELinuxOptionsFluent<A>>public A withRole(String role)
withRole in interface V1SELinuxOptionsFluent<A extends V1SELinuxOptionsFluent<A>>public Boolean hasRole()
hasRole in interface V1SELinuxOptionsFluent<A extends V1SELinuxOptionsFluent<A>>public String getType()
getType in interface V1SELinuxOptionsFluent<A extends V1SELinuxOptionsFluent<A>>public A withType(String type)
withType in interface V1SELinuxOptionsFluent<A extends V1SELinuxOptionsFluent<A>>public Boolean hasType()
hasType in interface V1SELinuxOptionsFluent<A extends V1SELinuxOptionsFluent<A>>public String getUser()
getUser in interface V1SELinuxOptionsFluent<A extends V1SELinuxOptionsFluent<A>>public A withUser(String user)
withUser in interface V1SELinuxOptionsFluent<A extends V1SELinuxOptionsFluent<A>>public Boolean hasUser()
hasUser in interface V1SELinuxOptionsFluent<A extends V1SELinuxOptionsFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1SELinuxOptionsFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1SELinuxOptionsFluent<A>>Copyright © 2022. All rights reserved.