public class BaseResources extends ActionableResource
Java class for BaseResources complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseResources"> <complexContent> <extension base="{}ActionableResource"> <sequence> <element name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> <element name="total" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> <element name="active" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
BaseResources() |
Modifier and Type | Method and Description |
---|---|
Long |
getActive()
Gets the value of the active property.
|
Long |
getSize()
Gets the value of the size property.
|
Long |
getTotal()
Gets the value of the total property.
|
boolean |
isSetActive() |
boolean |
isSetSize() |
boolean |
isSetTotal() |
void |
setActive(Long value)
Sets the value of the active property.
|
void |
setSize(Long value)
Sets the value of the size property.
|
void |
setTotal(Long value)
Sets the value of the total property.
|
getActions, isSetActions, setActions
public void setSize(Long value)
value
- allowed object is
Long
public boolean isSetSize()
public Long getTotal()
Long
public void setTotal(Long value)
value
- allowed object is
Long
public boolean isSetTotal()
public Long getActive()
Long
public void setActive(Long value)
value
- allowed object is
Long
public boolean isSetActive()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0