public class ResourceUsageRepresentation extends Object implements ResourceRepresentation
Constructor and Description |
---|
ResourceUsageRepresentation() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getCpu() |
Long |
getMemory() |
List<ResourceUsageDetailsRepresentation> |
getUsedBy() |
int |
hashCode() |
void |
setCpu(Long cpu) |
void |
setMemory(Long memory) |
void |
setUsedBy(List<ResourceUsageDetailsRepresentation> usedBy) |
String |
toString() |
public Long getCpu()
public Long getMemory()
public void setCpu(Long cpu)
public void setMemory(Long memory)
public void setUsedBy(List<ResourceUsageDetailsRepresentation> usedBy)
protected boolean canEqual(Object other)
@JSONTypeHint(value=ResourceUsageDetailsRepresentation.class) public List<ResourceUsageDetailsRepresentation> getUsedBy()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.