com.supermap.services.rest

Class PostResult

  • java.lang.Object
    • com.supermap.services.rest.PostResult
  • All Implemented Interfaces:
    java.io.Serializable


    public class PostResult
    extends java.lang.Object
    implements java.io.Serializable
    

    ${services_rest_PostResult_Title}

    ${services_rest_PostResult_Description}

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.Object childContent
      ${services_rest_PostResult_attribute_childContent_Title}
      java.lang.String childID
      The ID of the child resource.
      java.lang.String childUrl
      ${services_rest_PostResult_attribute_childUrl_Title}
      java.lang.Object customResult
      Self-defined result.
      boolean isAsynchronizedReturn
      ${services_rest_PostResult_attribute_isAsynchronizedReturn_Title}
    • Constructor Summary

      Constructors 
      Constructor and Description
      PostResult() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • childUrl

        public java.lang.String childUrl
        

        ${services_rest_PostResult_attribute_childUrl_Title}

        ${services_rest_PostResult_attribute_childUrl_Description}

      • childContent

        public java.lang.Object childContent
        

        ${services_rest_PostResult_attribute_childContent_Title}

        ${services_rest_PostResult_attribute_childContent_Description}

      • isAsynchronizedReturn

        public boolean isAsynchronizedReturn
        

        ${services_rest_PostResult_attribute_isAsynchronizedReturn_Title}

        ${services_rest_PostResult_attribute_isAsynchronizedReturn_Description}

      • childID

        public java.lang.String childID
        

        The ID of the child resource.

      • customResult

        public java.lang.Object customResult
        

        Self-defined result.

    • Constructor Detail

      • PostResult

        public PostResult()