public class IntOrStringFluentImpl<A extends IntOrStringFluent<A>> extends BaseFluent<A> implements IntOrStringFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
IntOrStringFluentImpl() |
IntOrStringFluentImpl(IntOrString instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getValue() |
int |
hashCode() |
Boolean |
hasValue() |
String |
toString() |
A |
withValue(Object value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IntOrStringFluentImpl()
public IntOrStringFluentImpl(IntOrString instance)
public Object getValue()
getValue in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public A withValue(Object value)
withValue in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public Boolean hasValue()
hasValue in interface IntOrStringFluent<A extends IntOrStringFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends IntOrStringFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends IntOrStringFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.