Class Node
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.apmsynthetics.model.Node
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class Node extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDetails of the network node.
 Note: Objects should always be created or deserialized using theNode.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theNode.Builder, which maintain a set of all explicitly set fields calledNode.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classNode.Builderstatic classNode.TypeType of network node.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Node.Builderbuilder()Create a new builder.booleanequals(Object o)DoublegetAvgPacketLossPercent()Percentage of the average packet loss.DoublegetAvgPacketResponseTimeInMs()Average packet response time in milliseconds.IntegergetConsecutiveAnonymousCount()Number of consecutive anonymous network nodes.StringgetDisplayName()Display name of the network node.StringgetGeoInfo()Geographical information of the network node.StringgetId()ID of the network node.StringgetIpAddress()IP address of the network node.IntegergetLevel()Level of the network node.List<String>getOutgoingLinks()Outgoing links from the network node.Node.TypegetType()Type of network node.inthashCode()Node.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
Node@Deprecated @ConstructorProperties({"id","ipAddress","displayName","geoInfo","outgoingLinks","consecutiveAnonymousCount","level","avgPacketResponseTimeInMs","avgPacketLossPercent","type"}) public Node(String id, String ipAddress, String displayName, String geoInfo, List<String> outgoingLinks, Integer consecutiveAnonymousCount, Integer level, Double avgPacketResponseTimeInMs, Double avgPacketLossPercent, Node.Type type) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static Node.Builder builder() Create a new builder.
 - 
toBuilderpublic Node.Builder toBuilder() 
 - 
getIdpublic String getId() ID of the network node.- Returns:
- the value
 
 - 
getIpAddresspublic String getIpAddress() IP address of the network node.- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() Display name of the network node.- Returns:
- the value
 
 - 
getGeoInfopublic String getGeoInfo() Geographical information of the network node.- Returns:
- the value
 
 - 
getOutgoingLinkspublic List<String> getOutgoingLinks() Outgoing links from the network node.- Returns:
- the value
 
 - 
getConsecutiveAnonymousCountpublic Integer getConsecutiveAnonymousCount() Number of consecutive anonymous network nodes.- Returns:
- the value
 
 - 
getLevelpublic Integer getLevel() Level of the network node.- Returns:
- the value
 
 - 
getAvgPacketResponseTimeInMspublic Double getAvgPacketResponseTimeInMs() Average packet response time in milliseconds.- Returns:
- the value
 
 - 
getAvgPacketLossPercentpublic Double getAvgPacketLossPercent() Percentage of the average packet loss.- Returns:
- the value
 
 - 
getTypepublic Node.Type getType() Type of network node.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-