Package com.smeup.kokos.sdk.fun
Class Fun
java.lang.Object
com.smeup.kokos.sdk.fun.Fun
- Author:
- mattia.bonardi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Funbuilder()static FunfromString(String funString) Create a Fun instance from StringgetCRO()getFunSS()getG()getINPUT()getObj1()getObj2()getObj3()getObj4()getObj5()getObj6()getP()getSG()getSS()voidsetComponent(String component) voidvoidsetFunction(String function) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetService(String service) voidvoidtoString()Convert the Fun instance to stringwithComponent(String component) withFunction(String function) withNOTIFY(String notify) withService(String service)
-
Constructor Details
-
Fun
public Fun()
-
-
Method Details
-
getComponent
-
setComponent
-
getService
-
setService
-
getFunction
-
setFunction
-
getObj1
-
setObj1
-
getObj2
-
setObj2
-
getObj3
-
setObj3
-
getObj4
-
setObj4
-
getObj5
-
setObj5
-
getObj6
-
setObj6
-
getP
-
setP
-
getINPUT
-
setINPUT
-
getSG
-
setSG
-
getSS
-
setSS
-
getG
-
setG
-
getCRO
-
setCRO
-
getNOTIFY
-
setNOTIFY
-
fromString
Create a Fun instance from String- Parameters:
funString- string- Returns:
- Fun
-
toString
Convert the Fun instance to string -
builder
-
withComponent
-
withService
-
withFunction
-
withObj1
-
withObj2
-
withObj3
-
withObj4
-
withObj5
-
withObj6
-
withINPUT
-
withP
-
withSG
-
withSs
-
withG
-
withCRO
-
withNOTIFY
-
getFunSS
-