Class AppConfigCustomizedProperty
-
- All Implemented Interfaces:
public class AppConfigCustomizedPropertyRepresents the data type of the customized properties defined in discovery service json value.
When publishing a mobile services application to the Discovery Service, besides the predefined properties such as 'app id' and 'host', customized properties can also be defined. These customized properties support different data types, such as
string,boolean,int,float,jsonobject, orjsonarray.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAppConfigCustomizedProperty.StringPropertyjson string property
public final classAppConfigCustomizedProperty.IntPropertyjson integer property
public final classAppConfigCustomizedProperty.BooleanPropertyjson boolean property
public final classAppConfigCustomizedProperty.DoublePropertyjson double property
public final classAppConfigCustomizedProperty.LongPropertyjson long property
public final classAppConfigCustomizedProperty.JsonObjectPropertyjson object property
public final classAppConfigCustomizedProperty.JsonArrayPropertyjson array property
-
Constructor Summary
Constructors Constructor Description AppConfigCustomizedProperty(String name, Object value)
-