Class NodeCounts
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.NodeCounts
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NodeCounts.Builder,NodeCounts>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNodeCounts.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeCounts.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends NodeCounts.Builder>serializableBuilderClass()NodeCounts.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegertotalActuators()The total number of nodes in a vehicle network that represent actuators.IntegertotalAttributes()The total number of nodes in a vehicle network that represent attributes.IntegertotalBranches()The total number of nodes in a vehicle network that represent branches.IntegertotalNodes()The total number of nodes in a vehicle network.IntegertotalProperties()The total properties for the node.IntegertotalSensors()The total number of nodes in a vehicle network that represent sensors.IntegertotalStructs()The total structure for the node.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
totalNodes
public final Integer totalNodes()
The total number of nodes in a vehicle network.
- Returns:
- The total number of nodes in a vehicle network.
-
totalBranches
public final Integer totalBranches()
The total number of nodes in a vehicle network that represent branches.
- Returns:
- The total number of nodes in a vehicle network that represent branches.
-
totalSensors
public final Integer totalSensors()
The total number of nodes in a vehicle network that represent sensors.
- Returns:
- The total number of nodes in a vehicle network that represent sensors.
-
totalAttributes
public final Integer totalAttributes()
The total number of nodes in a vehicle network that represent attributes.
- Returns:
- The total number of nodes in a vehicle network that represent attributes.
-
totalActuators
public final Integer totalActuators()
The total number of nodes in a vehicle network that represent actuators.
- Returns:
- The total number of nodes in a vehicle network that represent actuators.
-
totalStructs
public final Integer totalStructs()
The total structure for the node.
- Returns:
- The total structure for the node.
-
totalProperties
public final Integer totalProperties()
The total properties for the node.
- Returns:
- The total properties for the node.
-
toBuilder
public NodeCounts.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeCounts.Builder,NodeCounts>
-
builder
public static NodeCounts.Builder builder()
-
serializableBuilderClass
public static Class<? extends NodeCounts.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-