Package io.sundr.model
Class StringStatementFluent<A extends StringStatementFluent<A>>
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.StringStatementFluent<A>
-
- Direct Known Subclasses:
BlockFluent.StringStatementStatementsNested,DoFluent.StringStatementNested,ForeachFluent.StringStatementBodyNested,ForFluent.StringStatementBodyNested,IfFluent.StringStatementNested,LambdaFluent.StringStatementNested,StringStatementBuilder,WhileFluent.StringStatementNested
public class StringStatementFluent<A extends StringStatementFluent<A>> extends io.sundr.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description StringStatementFluent()StringStatementFluent(io.sundr.model.StringStatement instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcopyInstance(io.sundr.model.StringStatement instance)booleanequals(Object o)Supplier<String>getSupplier()inthashCode()booleanhasSupplier()StringtoString()<T> AwithSupplier(Supplier<String> supplier)
-
-
-
Method Detail
-
copyInstance
protected void copyInstance(io.sundr.model.StringStatement instance)
-
hasSupplier
public boolean hasSupplier()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.sundr.builder.BaseFluent<A extends StringStatementFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.sundr.builder.BaseFluent<A extends StringStatementFluent<A>>
-
-