@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeCounts extends Object implements Serializable, Cloneable, StructuredPojo
Information about the number of nodes and node types in a vehicle network.
Constructor and Description |
---|
NodeCounts() |
Modifier and Type | Method and Description |
---|---|
NodeCounts |
clone() |
boolean |
equals(Object obj) |
Integer |
getTotalActuators()
The total number of nodes in a vehicle network that represent actuators.
|
Integer |
getTotalAttributes()
The total number of nodes in a vehicle network that represent attributes.
|
Integer |
getTotalBranches()
The total number of nodes in a vehicle network that represent branches.
|
Integer |
getTotalNodes()
The total number of nodes in a vehicle network.
|
Integer |
getTotalSensors()
The total number of nodes in a vehicle network that represent sensors.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTotalActuators(Integer totalActuators)
The total number of nodes in a vehicle network that represent actuators.
|
void |
setTotalAttributes(Integer totalAttributes)
The total number of nodes in a vehicle network that represent attributes.
|
void |
setTotalBranches(Integer totalBranches)
The total number of nodes in a vehicle network that represent branches.
|
void |
setTotalNodes(Integer totalNodes)
The total number of nodes in a vehicle network.
|
void |
setTotalSensors(Integer totalSensors)
The total number of nodes in a vehicle network that represent sensors.
|
String |
toString()
Returns a string representation of this object.
|
NodeCounts |
withTotalActuators(Integer totalActuators)
The total number of nodes in a vehicle network that represent actuators.
|
NodeCounts |
withTotalAttributes(Integer totalAttributes)
The total number of nodes in a vehicle network that represent attributes.
|
NodeCounts |
withTotalBranches(Integer totalBranches)
The total number of nodes in a vehicle network that represent branches.
|
NodeCounts |
withTotalNodes(Integer totalNodes)
The total number of nodes in a vehicle network.
|
NodeCounts |
withTotalSensors(Integer totalSensors)
The total number of nodes in a vehicle network that represent sensors.
|
public void setTotalNodes(Integer totalNodes)
The total number of nodes in a vehicle network.
totalNodes
- The total number of nodes in a vehicle network.public Integer getTotalNodes()
The total number of nodes in a vehicle network.
public NodeCounts withTotalNodes(Integer totalNodes)
The total number of nodes in a vehicle network.
totalNodes
- The total number of nodes in a vehicle network.public void setTotalBranches(Integer totalBranches)
The total number of nodes in a vehicle network that represent branches.
totalBranches
- The total number of nodes in a vehicle network that represent branches.public Integer getTotalBranches()
The total number of nodes in a vehicle network that represent branches.
public NodeCounts withTotalBranches(Integer totalBranches)
The total number of nodes in a vehicle network that represent branches.
totalBranches
- The total number of nodes in a vehicle network that represent branches.public void setTotalSensors(Integer totalSensors)
The total number of nodes in a vehicle network that represent sensors.
totalSensors
- The total number of nodes in a vehicle network that represent sensors.public Integer getTotalSensors()
The total number of nodes in a vehicle network that represent sensors.
public NodeCounts withTotalSensors(Integer totalSensors)
The total number of nodes in a vehicle network that represent sensors.
totalSensors
- The total number of nodes in a vehicle network that represent sensors.public void setTotalAttributes(Integer totalAttributes)
The total number of nodes in a vehicle network that represent attributes.
totalAttributes
- The total number of nodes in a vehicle network that represent attributes.public Integer getTotalAttributes()
The total number of nodes in a vehicle network that represent attributes.
public NodeCounts withTotalAttributes(Integer totalAttributes)
The total number of nodes in a vehicle network that represent attributes.
totalAttributes
- The total number of nodes in a vehicle network that represent attributes.public void setTotalActuators(Integer totalActuators)
The total number of nodes in a vehicle network that represent actuators.
totalActuators
- The total number of nodes in a vehicle network that represent actuators.public Integer getTotalActuators()
The total number of nodes in a vehicle network that represent actuators.
public NodeCounts withTotalActuators(Integer totalActuators)
The total number of nodes in a vehicle network that represent actuators.
totalActuators
- The total number of nodes in a vehicle network that represent actuators.public String toString()
toString
in class Object
Object.toString()
public NodeCounts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.