-
public class KobbyKotlinDtoBuilderExtension
-
-
Constructor Summary
Constructors Constructor Description KobbyKotlinDtoBuilderExtension()
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()final UnitsetEnabled(Boolean enabled)final StringgetPrefix()final UnitsetPrefix(String prefix)final StringgetPostfix()final UnitsetPostfix(String postfix)final StringgetCopyFun()final UnitsetCopyFun(String copyFun)StringtoString()-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
setEnabled
final Unit setEnabled(Boolean enabled)
-
getPostfix
final String getPostfix()
-
setPostfix
final Unit setPostfix(String postfix)
-
getCopyFun
final String getCopyFun()
-
setCopyFun
final Unit setCopyFun(String copyFun)
-
-
-
-