Class NEWhiteboardAppConfig
-
- All Implemented Interfaces:
public final class NEWhiteboardAppConfig白板初始化配置
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleannosAntiLeechprivate final IntegernosAntiLeechExpireprivate final StringcanvasBgColor
-
Constructor Summary
Constructors Constructor Description NEWhiteboardAppConfig(Boolean nosAntiLeech, Integer nosAntiLeechExpire, String canvasBgColor)
-
Method Summary
Modifier and Type Method Description final BooleangetNosAntiLeech()final IntegergetNosAntiLeechExpire()final StringgetCanvasBgColor()final JSONObjecttoJson()-
-
Method Detail
-
getNosAntiLeech
final Boolean getNosAntiLeech()
-
getNosAntiLeechExpire
final Integer getNosAntiLeechExpire()
-
getCanvasBgColor
final String getCanvasBgColor()
-
toJson
final JSONObject toJson()
-
-
-
-