public class PipelineElementRecommendation extends Object
| Constructor and Description |
|---|
PipelineElementRecommendation() |
PipelineElementRecommendation(String elementId,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
String |
getDescription() |
String |
getElementId() |
String |
getName() |
Float |
getWeight() |
void |
setCount(Integer count) |
void |
setDescription(String description) |
void |
setElementId(String elementId) |
void |
setName(String name) |
void |
setWeight(Float weight) |
public String getElementId()
public void setElementId(String elementId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Float getWeight()
public void setWeight(Float weight)
public Integer getCount()
public void setCount(Integer count)
Copyright © 2019. All rights reserved.