public class SeccompProfileFluentImpl<A extends SeccompProfileFluent<A>> extends BaseFluent<A> implements SeccompProfileFluent<A>
_visitables, VISIT| 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 arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withType(String type) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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>>@Deprecated public A withNewLocalhostProfile(String arg0)
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>>@Deprecated public A withNewType(String arg0)
withNewType in interface SeccompProfileFluent<A extends SeccompProfileFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.