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.ObjectchildContent${services_rest_PostResult_attribute_childContent_Title}java.lang.StringchildIDThe ID of the child resource.java.lang.StringchildUrl${services_rest_PostResult_attribute_childUrl_Title}java.lang.ObjectcustomResultSelf-defined result.booleanisAsynchronizedReturn${services_rest_PostResult_attribute_isAsynchronizedReturn_Title}
-
Constructor Summary
Constructors Constructor and Description PostResult()
-
-
-
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.
-
-