com.castlemon.jenkins.performance.domain
Class Elements

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

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


Constructor Summary
Elements()
           
 
Method Summary
 Map<String,Object> getAdditionalProperties()
           
 String getDescription()
           
 String getId()
           
 String getKeyword()
           
 Integer getLine()
           
 String getName()
           
 List<Step> getSteps()
           
 List<Tag> getTags()
           
 String getType()
           
 void setAdditionalProperties(String name, Object value)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setKeyword(String keyword)
           
 void setLine(Integer line)
           
 void setName(String name)
           
 void setSteps(List<Step> steps)
           
 void setTags(List<Tag> tags)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Elements

public Elements()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getTags

public List<Tag> getTags()

setTags

public void setTags(List<Tag> tags)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

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)

getSteps

public List<Step> getSteps()

setSteps

public void setSteps(List<Step> steps)

getType

public String getType()

setType

public void setType(String type)

getAdditionalProperties

public Map<String,Object> getAdditionalProperties()

setAdditionalProperties

public void setAdditionalProperties(String name,
                                    Object value)


Copyright © 2004-2013. All Rights Reserved.