public class PostResult
extends java.lang.Object
implements java.io.Serializable
${services_rest_PostResult_Title}
${services_rest_PostResult_Description}
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.Object | childContent${services_rest_PostResult_attribute_childContent_Title} | 
| java.lang.String | childIDThe ID of the child resource. | 
| java.lang.String | childUrl${services_rest_PostResult_attribute_childUrl_Title} | 
| java.lang.Object | customResultSelf-defined result. | 
| boolean | isAsynchronizedReturn${services_rest_PostResult_attribute_isAsynchronizedReturn_Title} | 
| Constructor and Description | 
|---|
| PostResult() | 
public java.lang.String childUrl
${services_rest_PostResult_attribute_childUrl_Title}
${services_rest_PostResult_attribute_childUrl_Description}
public java.lang.Object childContent
${services_rest_PostResult_attribute_childContent_Title}
${services_rest_PostResult_attribute_childContent_Description}
public boolean isAsynchronizedReturn
${services_rest_PostResult_attribute_isAsynchronizedReturn_Title}
${services_rest_PostResult_attribute_isAsynchronizedReturn_Description}
public java.lang.String childID
The ID of the child resource.
public java.lang.Object customResult
Self-defined result.