Class ResourceUtilizationTransientWorkspaceInfo

java.lang.Object
com.sas.lsaf.content.utilization.ResourceUtilizationWorkspaceInfo
com.sas.lsaf.content.utilization.ResourceUtilizationTransientWorkspaceInfo
All Implemented Interfaces:
Serializable

public class ResourceUtilizationTransientWorkspaceInfo extends ResourceUtilizationWorkspaceInfo
See Also:
  • Constructor Details

    • ResourceUtilizationTransientWorkspaceInfo

      public ResourceUtilizationTransientWorkspaceInfo(String owner, long size, Session.SessionState sessionState, int sessionClientId, String sessionSubmissionName)
      It is not intended or recommended that the consumer of this API construct these objects. They should only deal with those returned by the API.
      Parameters:
      owner - The userId of the owner of the workspace item.
      size - The total size (in bytes) of the workspace item.
      sessionState - The state of the session.
      sessionClientId - The incremental number that is assigned to a session.
      sessionSubmissionName - The label that describes what is executing in the session.
  • Method Details

    • getSessionState

      public Session.SessionState getSessionState()
      Gets the state of the session.
      Returns:
      The state of the session.
    • getSessionClientId

      public int getSessionClientId()
      Gets the incremental number that is assigned to a session.
      Returns:
      The incremental number that is assigned to a session.
    • getSessionSubmissionName

      public String getSessionSubmissionName()
      Gets the label that describes what is executing in the session.
      Returns:
      The label that describes what is executing in the session.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ResourceUtilizationWorkspaceInfo
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class ResourceUtilizationWorkspaceInfo
    • toString

      public String toString()
      Overrides:
      toString in class ResourceUtilizationWorkspaceInfo