Class NetworkUpdates
- java.lang.Object
-
- com.hybris.cockpitng.components.visjs.network.response.NetworkUpdates
-
- All Implemented Interfaces:
java.io.Serializable
public class NetworkUpdates extends java.lang.Object implements java.io.SerializableRepresents list of changes which should be applied to networkchart- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NetworkUpdatesEMPTY
-
Constructor Summary
Constructors Constructor Description NetworkUpdates(NetworkUpdate update)NetworkUpdates(java.util.List<NetworkUpdate> updates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<NetworkUpdate>getUpdates()inthashCode()
-
-
-
Field Detail
-
EMPTY
public static final NetworkUpdates EMPTY
-
-
Constructor Detail
-
NetworkUpdates
public NetworkUpdates(java.util.List<NetworkUpdate> updates)
- Parameters:
updates- List of changes which should be applied to networkchart
-
NetworkUpdates
public NetworkUpdates(NetworkUpdate update)
- Parameters:
update- single change which should be applied to networkchart
-
-
Method Detail
-
getUpdates
public java.util.List<NetworkUpdate> getUpdates()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-