public class NutsInstallLogRecord extends Object
| Constructor and Description |
|---|
NutsInstallLogRecord() |
NutsInstallLogRecord(Instant date,
String user,
NutsInstallLogAction action,
net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsId forId,
String message,
boolean succeeded) |
| Modifier and Type | Method and Description |
|---|---|
NutsInstallLogAction |
getAction() |
Instant |
getDate() |
net.thevpc.nuts.NutsId |
getForId() |
net.thevpc.nuts.NutsId |
getId() |
String |
getMessage() |
String |
getUser() |
boolean |
isSucceeded() |
NutsInstallLogRecord |
setAction(NutsInstallLogAction action) |
NutsInstallLogRecord |
setDate(Instant date) |
NutsInstallLogRecord |
setForId(net.thevpc.nuts.NutsId forId) |
NutsInstallLogRecord |
setId(net.thevpc.nuts.NutsId id) |
NutsInstallLogRecord |
setMessage(String message) |
NutsInstallLogRecord |
setSucceeded(boolean succeeded) |
NutsInstallLogRecord |
setUser(String user) |
public NutsInstallLogRecord()
public NutsInstallLogRecord(Instant date, String user, NutsInstallLogAction action, net.thevpc.nuts.NutsId id, net.thevpc.nuts.NutsId forId, String message, boolean succeeded)
public String getMessage()
public NutsInstallLogRecord setMessage(String message)
public boolean isSucceeded()
public NutsInstallLogRecord setSucceeded(boolean succeeded)
public Instant getDate()
public NutsInstallLogRecord setDate(Instant date)
public String getUser()
public NutsInstallLogRecord setUser(String user)
public NutsInstallLogAction getAction()
public NutsInstallLogRecord setAction(NutsInstallLogAction action)
public net.thevpc.nuts.NutsId getId()
public NutsInstallLogRecord setId(net.thevpc.nuts.NutsId id)
public net.thevpc.nuts.NutsId getForId()
public NutsInstallLogRecord setForId(net.thevpc.nuts.NutsId forId)
Copyright © 2022 vpc open source initiative. All rights reserved.