com.aliyuncs.green.model.v20160621
类 TextKeywordFilterResponse

java.lang.Object
  继承者 com.aliyuncs.AcsResponse
      继承者 com.aliyuncs.green.model.v20160621.TextKeywordFilterResponse

public class TextKeywordFilterResponse
extends com.aliyuncs.AcsResponse

版本:
作者:
auto create

嵌套类摘要
static class TextKeywordFilterResponse.KeywordResult
           
 
构造方法摘要
TextKeywordFilterResponse()
           
 
方法摘要
 String getCode()
           
 Boolean getHit()
           
 TextKeywordFilterResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
           
 List<TextKeywordFilterResponse.KeywordResult> getKeywordResults()
           
 String getMsg()
           
 String getTaskId()
           
 void setCode(String code)
           
 void setHit(Boolean hit)
           
 void setKeywordResults(List<TextKeywordFilterResponse.KeywordResult> keywordResults)
           
 void setMsg(String msg)
           
 void setTaskId(String taskId)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TextKeywordFilterResponse

public TextKeywordFilterResponse()
方法详细信息

getCode

public String getCode()

setCode

public void setCode(String code)

getMsg

public String getMsg()

setMsg

public void setMsg(String msg)

getHit

public Boolean getHit()

setHit

public void setHit(Boolean hit)

getTaskId

public String getTaskId()

setTaskId

public void setTaskId(String taskId)

getKeywordResults

public List<TextKeywordFilterResponse.KeywordResult> getKeywordResults()

setKeywordResults

public void setKeywordResults(List<TextKeywordFilterResponse.KeywordResult> keywordResults)

getInstance

public TextKeywordFilterResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
指定者:
com.aliyuncs.AcsResponse 中的 getInstance


Copyright © 2016. All Rights Reserved.