public class SeccompProfileFluent<A extends SeccompProfileFluent<A>> extends BaseFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
SeccompProfileFluent() |
SeccompProfileFluent(SeccompProfile instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getLocalhostProfile() |
String |
getType() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasLocalhostProfile() |
boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLocalhostProfile(String localhostProfile) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SeccompProfileFluent()
public SeccompProfileFluent(SeccompProfile instance)
public String getLocalhostProfile()
public boolean hasLocalhostProfile()
public String getType()
public boolean hasType()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class BaseFluent<A extends SeccompProfileFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends SeccompProfileFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.