Package com.sas.lsaf.content.utilization
Class ResourceUtilizationSummaryTransientWorkspaceInfo
java.lang.Object
com.sas.lsaf.content.utilization.ResourceUtilizationWorkspaceInfo
com.sas.lsaf.content.utilization.ResourceUtilizationSummaryTransientWorkspaceInfo
- All Implemented Interfaces:
Serializable
public class ResourceUtilizationSummaryTransientWorkspaceInfo
extends ResourceUtilizationWorkspaceInfo
Represents transient workspace utilization by user.
- Since:
- 2.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceUtilizationSummaryTransientWorkspaceInfo(String owner, long size, Integer count) The initializing constructor that sets the values of all variables. -
Method Summary
Methods inherited from class com.sas.lsaf.content.utilization.ResourceUtilizationWorkspaceInfo
getOwner, getSize
-
Constructor Details
-
ResourceUtilizationSummaryTransientWorkspaceInfo
The initializing constructor that sets the values of all variables.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().- Parameters:
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.
-
-
Method Details
-
getCount
Gets the total count of transient workspaces owned by the user.- Returns:
- The total count of transient workspaces owned by the user.
-
hashCode
public int hashCode()- Overrides:
hashCodein classResourceUtilizationWorkspaceInfo
-
equals
- Overrides:
equalsin classResourceUtilizationWorkspaceInfo
-
toString
- Overrides:
toStringin classResourceUtilizationWorkspaceInfo
-