com.aliyuncs.green.model.v20160621
类 AntispamDetectionRequest

java.lang.Object
  继承者 com.aliyuncs.http.HttpRequest
      继承者 com.aliyuncs.AcsRequest<T>
          继承者 com.aliyuncs.RpcAcsRequest<AntispamDetectionResponse>
              继承者 com.aliyuncs.green.model.v20160621.AntispamDetectionRequest

public class AntispamDetectionRequest
extends com.aliyuncs.RpcAcsRequest<AntispamDetectionResponse>

版本:
作者:
auto create

字段摘要
 
从类 com.aliyuncs.AcsRequest 继承的字段
composer
 
从类 com.aliyuncs.http.HttpRequest 继承的字段
connectTimeout, content, CONTENT_LENGTH, CONTENT_MD5, CONTENT_TYPE, contentType, encoding, headers, readTimeout
 
构造方法摘要
AntispamDetectionRequest()
           
 
方法摘要
 String getDataId()
           
 List<String> getImageUrls()
           
 String getMachineCode()
           
 String getParentDataId()
           
 String getPostContent()
           
 String getPostId()
           
 String getPostIp()
           
 String getPostMac()
           
 String getPostNick()
           
 Long getPostTime()
           
 Class<AntispamDetectionResponse> getResponseClass()
           
 String getSceneId()
           
 String getTitle()
           
 void setDataId(String dataId)
           
 void setImageUrls(List<String> imageUrls)
           
 void setMachineCode(String machineCode)
           
 void setParentDataId(String parentDataId)
           
 void setPostContent(String postContent)
           
 void setPostId(String postId)
           
 void setPostIp(String postIp)
           
 void setPostMac(String postMac)
           
 void setPostNick(String postNick)
           
 void setPostTime(Long postTime)
           
 void setSceneId(String sceneId)
           
 void setTitle(String title)
           
 
从类 com.aliyuncs.RpcAcsRequest 继承的方法
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequest
 
从类 com.aliyuncs.AcsRequest 继承的方法
concatQueryString, getAcceptFormat, getActionName, getDomainParameters, getProduct, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setParameter, setProtocol, setRegionId
 
从类 com.aliyuncs.http.HttpRequest 继承的方法
getConnectTimeout, getContent, getContentType, getEncoding, getHeaders, getHeaderValue, getHttpConnection, getMethod, getReadTimeout, getUrl, putHeaderParameter, setConnectTimeout, setContent, setContentType, setEncoding, setMethod, setReadTimeout, setUrl
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AntispamDetectionRequest

public AntispamDetectionRequest()
方法详细信息

getDataId

public String getDataId()

setDataId

public void setDataId(String dataId)

getPostId

public String getPostId()

setPostId

public void setPostId(String postId)

getSceneId

public String getSceneId()

setSceneId

public void setSceneId(String sceneId)

getPostNick

public String getPostNick()

setPostNick

public void setPostNick(String postNick)

getPostIp

public String getPostIp()

setPostIp

public void setPostIp(String postIp)

getPostMac

public String getPostMac()

setPostMac

public void setPostMac(String postMac)

getPostTime

public Long getPostTime()

setPostTime

public void setPostTime(Long postTime)

getMachineCode

public String getMachineCode()

setMachineCode

public void setMachineCode(String machineCode)

getParentDataId

public String getParentDataId()

setParentDataId

public void setParentDataId(String parentDataId)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getPostContent

public String getPostContent()

setPostContent

public void setPostContent(String postContent)

getImageUrls

public List<String> getImageUrls()

setImageUrls

public void setImageUrls(List<String> imageUrls)

getResponseClass

public Class<AntispamDetectionResponse> getResponseClass()
指定者:
com.aliyuncs.AcsRequest<AntispamDetectionResponse> 中的 getResponseClass


Copyright © 2016. All Rights Reserved.