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