public class QuobyteVolumeSourceFluentImpl<A extends QuobyteVolumeSourceFluent<A>> extends BaseFluent<A> implements QuobyteVolumeSourceFluent<A>
_visitables
Constructor and Description |
---|
QuobyteVolumeSourceFluentImpl() |
QuobyteVolumeSourceFluentImpl(QuobyteVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getGroup() |
String |
getRegistry() |
String |
getUser() |
String |
getVolume() |
Boolean |
hasGroup() |
Boolean |
hasReadOnly() |
Boolean |
hasRegistry() |
Boolean |
hasUser() |
Boolean |
hasVolume() |
Boolean |
isReadOnly() |
A |
withGroup(String group) |
A |
withNewGroup(String arg1) |
A |
withNewGroup(StringBuffer arg1) |
A |
withNewGroup(StringBuilder arg1) |
A |
withNewReadOnly(boolean arg1) |
A |
withNewReadOnly(String arg1) |
A |
withNewRegistry(String arg1) |
A |
withNewRegistry(StringBuffer arg1) |
A |
withNewRegistry(StringBuilder arg1) |
A |
withNewUser(String arg1) |
A |
withNewUser(StringBuffer arg1) |
A |
withNewUser(StringBuilder arg1) |
A |
withNewVolume(String arg1) |
A |
withNewVolume(StringBuffer arg1) |
A |
withNewVolume(StringBuilder arg1) |
A |
withReadOnly(Boolean readOnly) |
A |
withRegistry(String registry) |
A |
withUser(String user) |
A |
withVolume(String volume) |
public QuobyteVolumeSourceFluentImpl()
public QuobyteVolumeSourceFluentImpl(QuobyteVolumeSource instance)
public String getGroup()
getGroup
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withGroup(String group)
withGroup
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public Boolean hasGroup()
hasGroup
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewGroup(String arg1)
withNewGroup
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewGroup(StringBuilder arg1)
withNewGroup
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewGroup(StringBuffer arg1)
withNewGroup
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public Boolean isReadOnly()
isReadOnly
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withReadOnly(Boolean readOnly)
withReadOnly
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public Boolean hasReadOnly()
hasReadOnly
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewReadOnly(String arg1)
withNewReadOnly
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewReadOnly(boolean arg1)
withNewReadOnly
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public String getRegistry()
getRegistry
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withRegistry(String registry)
withRegistry
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public Boolean hasRegistry()
hasRegistry
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewRegistry(String arg1)
withNewRegistry
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewRegistry(StringBuilder arg1)
withNewRegistry
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewRegistry(StringBuffer arg1)
withNewRegistry
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public String getUser()
getUser
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withUser(String user)
withUser
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public Boolean hasUser()
hasUser
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewUser(String arg1)
withNewUser
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewUser(StringBuilder arg1)
withNewUser
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewUser(StringBuffer arg1)
withNewUser
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public String getVolume()
getVolume
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withVolume(String volume)
withVolume
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public Boolean hasVolume()
hasVolume
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewVolume(String arg1)
withNewVolume
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewVolume(StringBuilder arg1)
withNewVolume
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
public A withNewVolume(StringBuffer arg1)
withNewVolume
in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
Copyright © 2015–2019 Red Hat. All rights reserved.