Class AppConfigCustomizedProperty.DoubleProperty

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String key
      private final Double content
      private final String name
      private final Object value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getKey()
      final Double getContent()
      String toString()
      • Methods inherited from class com.sap.cloud.mobile.foundation.model.AppConfigCustomizedProperty

        getName, getValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AppConfigCustomizedProperty.DoubleProperty

        AppConfigCustomizedProperty.DoubleProperty(String key, Double content)