public class AbstractShapeFluentImpl<A extends AbstractShapeFluent<A>> extends BaseFluent<A> implements AbstractShapeFluent<A>
_visitables| Constructor and Description |
|---|
AbstractShapeFluentImpl() |
AbstractShapeFluentImpl(AbstractShape instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.OptionalInt |
getCount() |
java.util.Optional<java.lang.String> |
getNotes() |
int |
getX() |
int |
getY() |
java.lang.Boolean |
hasCount() |
int |
hashCode() |
java.lang.Boolean |
hasNotes() |
java.lang.Boolean |
hasX() |
java.lang.Boolean |
hasY() |
java.lang.String |
toString() |
A |
withCount(java.lang.Integer count) |
A |
withCount(java.util.OptionalInt count) |
A |
withNotes(java.util.Optional<java.lang.String> notes) |
A |
withNotes(java.lang.String notes) |
A |
withX(int x) |
A |
withY(int y) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AbstractShapeFluentImpl()
public AbstractShapeFluentImpl(AbstractShape instance)
public int getX()
getX in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public A withX(int x)
withX in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public java.lang.Boolean hasX()
hasX in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public int getY()
getY in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public A withY(int y)
withY in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public java.lang.Boolean hasY()
hasY in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public A withNotes(java.util.Optional<java.lang.String> notes)
withNotes in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public A withNotes(java.lang.String notes)
withNotes in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public java.util.Optional<java.lang.String> getNotes()
getNotes in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public java.lang.Boolean hasNotes()
hasNotes in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public A withCount(java.util.OptionalInt count)
withCount in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public A withCount(java.lang.Integer count)
withCount in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public java.util.OptionalInt getCount()
getCount in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public java.lang.Boolean hasCount()
hasCount in interface AbstractShapeFluent<A extends AbstractShapeFluent<A>>public boolean equals(java.lang.Object o)
equals in class BaseFluent<A extends AbstractShapeFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends AbstractShapeFluent<A>>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2022. All Rights Reserved.