public class ResourceUtilizationSummaryTransientWorkspaceInfo extends ResourceUtilizationWorkspaceInfo
Constructor and Description |
---|
ResourceUtilizationSummaryTransientWorkspaceInfo(String owner,
long size,
Integer count)
The initializing constructor that sets the values of all variables.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getCount()
Gets the total count of transient workspaces owned by the user.
|
int |
hashCode() |
String |
toString() |
getOwner, getSize
public ResourceUtilizationSummaryTransientWorkspaceInfo(String owner, long size, Integer count)
It is not intended or recommended that the consumer of the API construct these objects. They should only be
retrieved from service calls, such as ResourceUtilizationService.getAllTransientWorkspaceUtilization()
.
owner
- The userId of the owner of the workspace items.size
- The total size (in bytes) of the workspace items.count
- The total count of transient workspaces owned by the user.public Integer getCount()
public int hashCode()
hashCode
in class ResourceUtilizationWorkspaceInfo
public boolean equals(Object obj)
equals
in class ResourceUtilizationWorkspaceInfo
public String toString()
toString
in class ResourceUtilizationWorkspaceInfo
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>