public static class DaemonErrorIVO.DaemonErrorIVOBuilder extends Object implements IVOBuilder
| Modifier and Type | Field and Description |
|---|---|
protected String |
daemon |
protected String |
message |
protected int |
number |
| Constructor and Description |
|---|
DaemonErrorIVOBuilder()
public default constructor for the builder
|
DaemonErrorIVOBuilder(DaemonErrorIVO ivo)
public copy constructor for the builder
|
| Modifier and Type | Method and Description |
|---|---|
DaemonErrorIVO |
build()
constructs the read-only value object
|
protected void |
copyToVO(DaemonErrorIVO target) |
DaemonErrorIVO.DaemonErrorIVOBuilder |
daemon(String vdaemon) |
protected void |
initialize(DaemonErrorIVO ivo) |
DaemonErrorIVO.DaemonErrorIVOBuilder |
message(String vmessage) |
DaemonErrorIVO.DaemonErrorIVOBuilder |
number(int vnumber) |
protected int number
protected String daemon
protected String message
public DaemonErrorIVOBuilder()
public DaemonErrorIVOBuilder(DaemonErrorIVO ivo)
ivo - the ivo to initialize the builder withprotected void initialize(DaemonErrorIVO ivo)
public DaemonErrorIVO.DaemonErrorIVOBuilder number(int vnumber)
vnumber - Number of the errorpublic DaemonErrorIVO.DaemonErrorIVOBuilder daemon(String vdaemon)
vdaemon - Name of the daemonpublic DaemonErrorIVO.DaemonErrorIVOBuilder message(String vmessage)
vmessage - Additional message for the errorprotected void copyToVO(DaemonErrorIVO target)
public DaemonErrorIVO build()
build in interface IVOBuilderCopyright © 2016 Taimos GmbH. All rights reserved.