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