com.castlemon.jenkins.performance.domain
Class Elements
java.lang.Object
com.castlemon.jenkins.performance.domain.Elements
@Generated(value="com.googlecode.jsonschema2pojo")
public class Elements
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Elements
public Elements()
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.