com.castlemon.jenkins.performance.domain
Class Step

java.lang.Object
  extended by com.castlemon.jenkins.performance.domain.Step

@Generated(value="com.googlecode.jsonschema2pojo")
public class Step
extends Object


Constructor Summary
Step()
           
 
Method Summary
 Map<String,Object> getAdditionalProperties()
           
 String getKeyword()
           
 Integer getLine()
           
 Match getMatch()
           
 String getName()
           
 Result getResult()
           
 void setAdditionalProperties(String name, Object value)
           
 void setKeyword(String keyword)
           
 void setLine(Integer line)
           
 void setMatch(Match match)
           
 void setName(String name)
           
 void setResult(Result result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Step

public Step()
Method Detail

getResult

public Result getResult()

setResult

public void setResult(Result result)

getName

public String getName()

setName

public void setName(String name)

getKeyword

public String getKeyword()

setKeyword

public void setKeyword(String keyword)

getLine

public Integer getLine()

setLine

public void setLine(Integer line)

getMatch

public Match getMatch()

setMatch

public void setMatch(Match match)

getAdditionalProperties

public Map<String,Object> getAdditionalProperties()

setAdditionalProperties

public void setAdditionalProperties(String name,
                                    Object value)


Copyright © 2004-2013. All Rights Reserved.