public interface SeccompProfileFluent<A extends SeccompProfileFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getLocalhostProfile() |
String |
getType() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasLocalhostProfile() |
Boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLocalhostProfile(String localhostProfile) |
A |
withType(String type) |
Copyright © 2015–2023 Red Hat. All rights reserved.