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 String
getKey()
final Boolean
getContent()
String
toString()
-
-
Method Detail
-
getKey
final String getKey()
-
getContent
final Boolean getContent()
-
toString
String toString()
-
-
-
-