public class ResourceUtilizationContainerInfo extends Object implements Serializable
Constructor and Description |
---|
ResourceUtilizationContainerInfo(String typeId,
String name,
String path,
long size)
The initializing constructor that sets the values of all variables.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Gets the name for this item.
|
String |
getPath()
Gets the full path to the item.
|
long |
getSize()
Gets the total size (in bytes) of the item.
|
String |
getTypeId()
Gets the identifying type for this item.
|
int |
hashCode() |
String |
toString() |
public ResourceUtilizationContainerInfo(String typeId, String name, String path, 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.getRepositoryContainerChildrenAndSizes(String)
.
typeId
- The identifying type for this item.name
- The name of the item.path
- The full path to the item.size
- The total size (in bytes) of the item.public String getTypeId()
public String getName()
public String getPath()
public long getSize()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>