@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceMinutes extends Object implements Serializable, Cloneable, StructuredPojo
Represents the total (metered or unmetered) minutes used by the resource to run tests. Contains the sum of minutes consumed by all children.
Constructor and Description |
---|
DeviceMinutes() |
Modifier and Type | Method and Description |
---|---|
DeviceMinutes |
clone() |
boolean |
equals(Object obj) |
Double |
getMetered()
When specified, represents only the sum of metered minutes used by the resource to run tests.
|
Double |
getTotal()
When specified, represents the total minutes used by the resource to run tests.
|
Double |
getUnmetered()
When specified, represents only the sum of unmetered minutes used by the resource to run tests.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMetered(Double metered)
When specified, represents only the sum of metered minutes used by the resource to run tests.
|
void |
setTotal(Double total)
When specified, represents the total minutes used by the resource to run tests.
|
void |
setUnmetered(Double unmetered)
When specified, represents only the sum of unmetered minutes used by the resource to run tests.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeviceMinutes |
withMetered(Double metered)
When specified, represents only the sum of metered minutes used by the resource to run tests.
|
DeviceMinutes |
withTotal(Double total)
When specified, represents the total minutes used by the resource to run tests.
|
DeviceMinutes |
withUnmetered(Double unmetered)
When specified, represents only the sum of unmetered minutes used by the resource to run tests.
|
public void setTotal(Double total)
When specified, represents the total minutes used by the resource to run tests.
total
- When specified, represents the total minutes used by the resource to run tests.public Double getTotal()
When specified, represents the total minutes used by the resource to run tests.
public DeviceMinutes withTotal(Double total)
When specified, represents the total minutes used by the resource to run tests.
total
- When specified, represents the total minutes used by the resource to run tests.public void setMetered(Double metered)
When specified, represents only the sum of metered minutes used by the resource to run tests.
metered
- When specified, represents only the sum of metered minutes used by the resource to run tests.public Double getMetered()
When specified, represents only the sum of metered minutes used by the resource to run tests.
public DeviceMinutes withMetered(Double metered)
When specified, represents only the sum of metered minutes used by the resource to run tests.
metered
- When specified, represents only the sum of metered minutes used by the resource to run tests.public void setUnmetered(Double unmetered)
When specified, represents only the sum of unmetered minutes used by the resource to run tests.
unmetered
- When specified, represents only the sum of unmetered minutes used by the resource to run tests.public Double getUnmetered()
When specified, represents only the sum of unmetered minutes used by the resource to run tests.
public DeviceMinutes withUnmetered(Double unmetered)
When specified, represents only the sum of unmetered minutes used by the resource to run tests.
unmetered
- When specified, represents only the sum of unmetered minutes used by the resource to run tests.public String toString()
toString
in class Object
Object.toString()
public DeviceMinutes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.