public class ResourceUtilizationWorkspaceInfo extends Object implements Serializable
Constructor and Description |
---|
ResourceUtilizationWorkspaceInfo(String owner,
long size)
The initializing constructor that sets the values of all variables.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getOwner()
Gets the userId of the owner of the workspace item.
|
long |
getSize()
Gets the total size (in bytes) of the workspace item.
|
int |
hashCode() |
String |
toString() |
public ResourceUtilizationWorkspaceInfo(String owner, long size)
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.getAllUserWorkspaceUtilization()
.
owner
- The userId of the owner of the workspace item.size
- The total size (in bytes) of the workspace item.public String getOwner()
public long getSize()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>