public class SeccompProfileFluentImpl<A extends SeccompProfileFluent<A>> extends BaseFluent<A> implements SeccompProfileFluent<A>
_visitables| Constructor and Description |
|---|
SeccompProfileFluentImpl() |
SeccompProfileFluentImpl(SeccompProfile instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLocalhostProfile() |
String |
getType() |
int |
hashCode() |
Boolean |
hasLocalhostProfile() |
Boolean |
hasType() |
A |
withLocalhostProfile(String localhostProfile) |
A |
withNewLocalhostProfile(String arg1) |
A |
withNewLocalhostProfile(StringBuffer arg1) |
A |
withNewLocalhostProfile(StringBuilder arg1) |
A |
withNewType(String arg1) |
A |
withNewType(StringBuffer arg1) |
A |
withNewType(StringBuilder arg1) |
A |
withType(String type) |
public SeccompProfileFluentImpl()
public SeccompProfileFluentImpl(SeccompProfile instance)
public String getLocalhostProfile()
getLocalhostProfile in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>public A withLocalhostProfile(String localhostProfile)
withLocalhostProfile in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>public Boolean hasLocalhostProfile()
hasLocalhostProfile in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>public A withNewLocalhostProfile(String arg1)
withNewLocalhostProfile in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>public A withNewLocalhostProfile(StringBuilder arg1)
withNewLocalhostProfile in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>public A withNewLocalhostProfile(StringBuffer arg1)
withNewLocalhostProfile in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>public String getType()
getType in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>public A withType(String type)
withType in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>public Boolean hasType()
hasType in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>public A withNewType(String arg1)
withNewType in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>public A withNewType(StringBuilder arg1)
withNewType in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>public A withNewType(StringBuffer arg1)
withNewType in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.