public class Node extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nodeid" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="nodevalue" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="nodesvccount" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="nodesvcdowncount" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
nodeid |
protected long |
nodesvccount |
protected long |
nodesvcdowncount |
protected double |
nodevalue |
Constructor and Description |
---|
Node() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
long |
getNodeid()
Gets the value of the nodeid property.
|
long |
getNodesvccount()
Gets the value of the nodesvccount property.
|
long |
getNodesvcdowncount()
Gets the value of the nodesvcdowncount property.
|
double |
getNodevalue()
Gets the value of the nodevalue property.
|
int |
hashCode() |
void |
setNodeid(long value)
Sets the value of the nodeid property.
|
void |
setNodesvccount(long value)
Sets the value of the nodesvccount property.
|
void |
setNodesvcdowncount(long value)
Sets the value of the nodesvcdowncount property.
|
void |
setNodevalue(double value)
Sets the value of the nodevalue property.
|
protected long nodeid
protected double nodevalue
protected long nodesvccount
protected long nodesvcdowncount
public long getNodeid()
public void setNodeid(long value)
public double getNodevalue()
public void setNodevalue(double value)
public long getNodesvccount()
public void setNodesvccount(long value)
public long getNodesvcdowncount()
public void setNodesvcdowncount(long value)
Copyright © 2021. All rights reserved.