@Generated(value="software.amazon.awssdk:codegen") public final class NodeCounts extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeCounts.Builder,NodeCounts>
Information about the number of nodes and node types in a vehicle network.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NodeCounts.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NodeCounts.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NodeCounts.Builder> |
serializableBuilderClass() |
NodeCounts.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalActuators()
The total number of nodes in a vehicle network that represent actuators.
|
Integer |
totalAttributes()
The total number of nodes in a vehicle network that represent attributes.
|
Integer |
totalBranches()
The total number of nodes in a vehicle network that represent branches.
|
Integer |
totalNodes()
The total number of nodes in a vehicle network.
|
Integer |
totalSensors()
The total number of nodes in a vehicle network that represent sensors.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer totalNodes()
The total number of nodes in a vehicle network.
public final Integer totalBranches()
The total number of nodes in a vehicle network that represent branches.
public final Integer totalSensors()
The total number of nodes in a vehicle network that represent sensors.
public final Integer totalAttributes()
The total number of nodes in a vehicle network that represent attributes.
public final Integer totalActuators()
The total number of nodes in a vehicle network that represent actuators.
public NodeCounts.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NodeCounts.Builder,NodeCounts>public static NodeCounts.Builder builder()
public static Class<? extends NodeCounts.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.