public class JsonLineModel extends Object
Constructor and Description |
---|
JsonLineModel() |
JsonLineModel(String id,
Integer distribGroup,
com.fasterxml.jackson.databind.JsonNode params) |
Modifier and Type | Method and Description |
---|---|
Integer |
getDistribGroup()
getDistribGroup
|
String |
getId()
getId
|
com.fasterxml.jackson.databind.JsonNode |
getParams() |
void |
setDistribGroup(Integer distribGroup)
setDistribGroup
|
void |
setId(String id)
setId
|
void |
setParams(com.fasterxml.jackson.databind.JsonNode params) |
public String getId()
public void setId(String id)
id
- public Integer getDistribGroup()
public void setDistribGroup(Integer distribGroup)
distribGroup
- public com.fasterxml.jackson.databind.JsonNode getParams()
public void setParams(com.fasterxml.jackson.databind.JsonNode params)
Copyright © 2018 Vitam. All rights reserved.