public class StatModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
StatModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCount()
Gets the count.
|
java.lang.Long |
getCumulativeQuantity()
Gets the cumulativeQuantity.
|
java.lang.Long |
getCumulativeUsecs()
Gets the cumulativeUsecs.
|
java.lang.Long |
getMaximumQuantity()
Gets the maximumQuantity.
|
java.lang.Long |
getMaximumUsecs()
Gets the maximumUsecs.
|
java.lang.Long |
getMinimumQuantity()
Gets the minimumQuantity.
|
java.lang.Long |
getMinimumUsecs()
Gets the minimumUsecs.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getQuantityType()
Gets the quantityType.
|
public java.lang.String getName()
public java.lang.Long getCount()
public java.lang.Long getCumulativeUsecs()
public java.lang.Long getMinimumUsecs()
public java.lang.Long getMaximumUsecs()
public java.lang.Long getCumulativeQuantity()
public java.lang.String getQuantityType()
public java.lang.Long getMinimumQuantity()
public java.lang.Long getMaximumQuantity()
Copyright © 2022 IBM Cloud. All rights reserved.