Was refactored
This commit is contained in:
parent
3d4b2e3dc2
commit
ae647024a5
@ -39,8 +39,8 @@ public class EntityView extends SearchTextBasedWithAdditionalInfo<EntityViewId>
|
||||
private CustomerId customerId;
|
||||
private String name;
|
||||
private TelemetryEntityView keys;
|
||||
private Long tsBegin;
|
||||
private Long tsEnd;
|
||||
private long startTs;
|
||||
private long endTs;
|
||||
|
||||
public EntityView() {
|
||||
super();
|
||||
|
||||
@ -44,9 +44,4 @@ public class AttributesEntityView {
|
||||
public AttributesEntityView(AttributesEntityView obj) {
|
||||
this(obj.getCs(), obj.getSs(), obj.getSh());
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "{cs=" + cs + ", ss=" + ss + ", sh=" + sh + '}';
|
||||
}
|
||||
}
|
||||
|
||||
@ -40,9 +40,4 @@ public class TelemetryEntityView {
|
||||
public TelemetryEntityView(TelemetryEntityView obj) {
|
||||
this(obj.getTimeseries(), obj.getAttributes());
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "{timeseries=" + timeseries + ", attributes=" + attributes + '}';
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user