public class V1alpha1VolumeErrorFluentImpl<A extends V1alpha1VolumeErrorFluent<A>> extends BaseFluent<A> implements V1alpha1VolumeErrorFluent<A>
_visitables
Constructor and Description |
---|
V1alpha1VolumeErrorFluentImpl() |
V1alpha1VolumeErrorFluentImpl(V1alpha1VolumeError instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMessage() |
OffsetDateTime |
getTime() |
int |
hashCode() |
Boolean |
hasMessage() |
Boolean |
hasTime() |
A |
withMessage(String message) |
A |
withNewMessage(String arg1) |
A |
withNewMessage(StringBuffer arg1) |
A |
withNewMessage(StringBuilder arg1) |
A |
withTime(OffsetDateTime time) |
public V1alpha1VolumeErrorFluentImpl()
public V1alpha1VolumeErrorFluentImpl(V1alpha1VolumeError instance)
public String getMessage()
getMessage
in interface V1alpha1VolumeErrorFluent<A extends V1alpha1VolumeErrorFluent<A>>
public A withMessage(String message)
withMessage
in interface V1alpha1VolumeErrorFluent<A extends V1alpha1VolumeErrorFluent<A>>
public Boolean hasMessage()
hasMessage
in interface V1alpha1VolumeErrorFluent<A extends V1alpha1VolumeErrorFluent<A>>
public A withNewMessage(String arg1)
withNewMessage
in interface V1alpha1VolumeErrorFluent<A extends V1alpha1VolumeErrorFluent<A>>
public A withNewMessage(StringBuilder arg1)
withNewMessage
in interface V1alpha1VolumeErrorFluent<A extends V1alpha1VolumeErrorFluent<A>>
public A withNewMessage(StringBuffer arg1)
withNewMessage
in interface V1alpha1VolumeErrorFluent<A extends V1alpha1VolumeErrorFluent<A>>
public OffsetDateTime getTime()
getTime
in interface V1alpha1VolumeErrorFluent<A extends V1alpha1VolumeErrorFluent<A>>
public A withTime(OffsetDateTime time)
withTime
in interface V1alpha1VolumeErrorFluent<A extends V1alpha1VolumeErrorFluent<A>>
public Boolean hasTime()
hasTime
in interface V1alpha1VolumeErrorFluent<A extends V1alpha1VolumeErrorFluent<A>>
Copyright © 2021. All rights reserved.