public interface V1SeccompProfileFluent<A extends V1SeccompProfileFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getLocalhostProfile() |
String |
getType() |
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) |
String getLocalhostProfile()
Boolean hasLocalhostProfile()
A withNewLocalhostProfile(StringBuilder arg1)
A withNewLocalhostProfile(StringBuffer arg1)
String getType()
Boolean hasType()
A withNewType(StringBuilder arg1)
A withNewType(StringBuffer arg1)
Copyright © 2021. All rights reserved.