Class AppConfigCustomizedProperty.BooleanProperty
-
- All Implemented Interfaces:
public final class AppConfigCustomizedProperty.BooleanProperty extends AppConfigCustomizedProperty
json boolean property
-
-
Constructor Summary
Constructors Constructor Description AppConfigCustomizedProperty.BooleanProperty(String key, Boolean content)
-
Method Summary
Modifier and Type Method Description final StringgetKey()final BooleangetContent()StringtoString()-
-
Method Detail
-
getKey
final String getKey()
-
getContent
final Boolean getContent()
-
toString
String toString()
-
-
-
-