public class MicroserviceLogsRepresentation extends BaseResourceRepresentation
Constructor and Description |
---|
MicroserviceLogsRepresentation() |
MicroserviceLogsRepresentation(org.joda.time.DateTime dateFrom,
org.joda.time.DateTime dateTo,
String logs,
boolean truncated) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
org.joda.time.DateTime |
getDateFrom() |
org.joda.time.DateTime |
getDateTo() |
String |
getLogs() |
int |
hashCode() |
boolean |
isTruncated() |
void |
setDateFrom(org.joda.time.DateTime dateFrom) |
void |
setDateTo(org.joda.time.DateTime dateTo) |
void |
setLogs(String logs) |
void |
setTruncated(boolean truncated) |
String |
toString() |
getSelf, getSelfDecoded, setSelf, toJSON
public MicroserviceLogsRepresentation()
public MicroserviceLogsRepresentation(org.joda.time.DateTime dateFrom, org.joda.time.DateTime dateTo, String logs, boolean truncated)
public String getLogs()
public boolean isTruncated()
public void setDateFrom(org.joda.time.DateTime dateFrom)
public void setDateTo(org.joda.time.DateTime dateTo)
public void setLogs(String logs)
public void setTruncated(boolean truncated)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
@JSONConverter(type=com.cumulocity.model.DateTimeConverter.class) public org.joda.time.DateTime getDateFrom()
@JSONConverter(type=com.cumulocity.model.DateTimeConverter.class) public org.joda.time.DateTime getDateTo()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.