com.baidubce.services.vcr.model
Class CheckResult

java.lang.Object
  extended by com.baidubce.services.vcr.model.CheckResult

public class CheckResult
extends Object

Vcr check result model, each CheckResult has a type and a list of items.


Constructor Summary
CheckResult()
           
 
Method Summary
 List<ResultItem> getItems()
           
 String getType()
           
 void setItems(List<ResultItem> items)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckResult

public CheckResult()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getItems

public List<ResultItem> getItems()

setItems

public void setItems(List<ResultItem> items)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.