com.supermap.services.rest
Class ParamResultEntity
- java.lang.Object
-
- com.supermap.services.rest.ParamResultEntity
-
- All Implemented Interfaces:
- java.io.Serializable
public class ParamResultEntity extends java.lang.Object implements java.io.Serializable${services_rest_ParamResultEntity_Title}
${services_rest_ParamResultEntity_Description}
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.ObjectarithParamObj${services_rest_ParamResultEntity_attribute_arithParamObj_Title}java.lang.ObjectarithResultObj${services_rest_ParamResultEntity_attribute_arithResultObj_Title}
-
Constructor Summary
Constructors Constructor and Description ParamResultEntity()
-
-
-
Field Detail
-
arithParamObj
public java.lang.Object arithParamObj
${services_rest_ParamResultEntity_attribute_arithParamObj_Title}
${services_rest_ParamResultEntity_attribute_arithParamObj_Description}
-
arithResultObj
public java.lang.Object arithResultObj
${services_rest_ParamResultEntity_attribute_arithResultObj_Title}
${services_rest_ParamResultEntity_attribute_arithResultObj_Description}
-
-