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