public class CreateObjectCommentRequestMarshaller extends AbstractMarshaller<Request,CreateObjectCommentRequest>
| Constructor and Description |
|---|
CreateObjectCommentRequestMarshaller(java.lang.String service)
Creates
CreateObjectCommentRequestMarshaller from the given service name. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
build(Request request,
CreateObjectCommentRequest in)
More action
|
protected java.lang.String |
getActionName() |
protected java.lang.String |
getContent(CreateObjectCommentRequest in) |
protected java.lang.StringBuilder |
getResourcePath(CreateObjectCommentRequest in,
java.lang.StringBuilder rpBuilder) |
protected java.lang.String |
getServiceName() |
protected void |
validateRequest(CreateObjectCommentRequest in) |
buildPaging, isParseJson, marshallpublic CreateObjectCommentRequestMarshaller(java.lang.String service)
CreateObjectCommentRequestMarshaller from the given service name.service - the given service name.protected void validateRequest(CreateObjectCommentRequest in) throws java.lang.Exception
validateRequest in class AbstractMarshaller<Request,CreateObjectCommentRequest>java.lang.Exceptionprotected void build(Request request, CreateObjectCommentRequest in)
AbstractMarshallerbuild in class AbstractMarshaller<Request,CreateObjectCommentRequest>request - requestin - inprotected java.lang.String getServiceName()
getServiceName in class AbstractMarshaller<Request,CreateObjectCommentRequest>protected java.lang.String getActionName()
getActionName in class AbstractMarshaller<Request,CreateObjectCommentRequest>protected java.lang.String getContent(CreateObjectCommentRequest in) throws JsonException
getContent in class AbstractMarshaller<Request,CreateObjectCommentRequest>JsonExceptionprotected java.lang.StringBuilder getResourcePath(CreateObjectCommentRequest in, java.lang.StringBuilder rpBuilder)
getResourcePath in class AbstractMarshaller<Request,CreateObjectCommentRequest>