public class LabelFluentImpl<A extends LabelFluent<A>> extends BaseFluent<A> implements LabelFluent<A>
_visitables| Constructor and Description |
|---|
LabelFluentImpl() |
LabelFluentImpl(Label instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKey() |
int |
getOrder() |
java.lang.String |
getValue() |
int |
hashCode() |
java.lang.Boolean |
hasKey() |
java.lang.Boolean |
hasOrder() |
java.lang.Boolean |
hasValue() |
java.lang.String |
toString() |
A |
withKey(java.lang.String key) |
A |
withOrder(int order) |
A |
withValue(java.lang.String value) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic LabelFluentImpl()
public LabelFluentImpl(Label instance)
public java.lang.String getKey()
getKey in interface LabelFluent<A extends LabelFluent<A>>public A withKey(java.lang.String key)
withKey in interface LabelFluent<A extends LabelFluent<A>>public java.lang.Boolean hasKey()
hasKey in interface LabelFluent<A extends LabelFluent<A>>public java.lang.String getValue()
getValue in interface LabelFluent<A extends LabelFluent<A>>public A withValue(java.lang.String value)
withValue in interface LabelFluent<A extends LabelFluent<A>>public java.lang.Boolean hasValue()
hasValue in interface LabelFluent<A extends LabelFluent<A>>public int getOrder()
getOrder in interface LabelFluent<A extends LabelFluent<A>>public A withOrder(int order)
withOrder in interface LabelFluent<A extends LabelFluent<A>>public java.lang.Boolean hasOrder()
hasOrder in interface LabelFluent<A extends LabelFluent<A>>public boolean equals(java.lang.Object o)
equals in class BaseFluent<A extends LabelFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends LabelFluent<A>>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2022. All Rights Reserved.