com.baidubce.services.vcr.model
Class PutTextResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.vcr.model.PutTextResponse
All Implemented Interfaces:
Serializable

public class PutTextResponse
extends AbstractBceResponse

Text check response.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
PutTextResponse()
           
 
Method Summary
 String getLabel()
           
 List<CheckResult> getResults()
           
 String getText()
           
 void setLabel(String label)
           
 void setResults(List<CheckResult> results)
           
 void setText(String text)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PutTextResponse

public PutTextResponse()
Method Detail

getText

public String getText()

setText

public void setText(String text)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getResults

public List<CheckResult> getResults()

setResults

public void setResults(List<CheckResult> results)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.