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.Object arithParamObj
      ${services_rest_ParamResultEntity_attribute_arithParamObj_Title}
      java.lang.Object arithResultObj
      ${services_rest_ParamResultEntity_attribute_arithResultObj_Title}
    • Constructor Summary

      Constructors 
      Constructor and Description
      ParamResultEntity() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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}

    • Constructor Detail

      • ParamResultEntity

        public ParamResultEntity()