public class DestinationWeight extends Object implements Serializable
| Constructor and Description |
|---|
DestinationWeight()
No args constructor for use in serialization
|
DestinationWeight(Destination destination,
Integer weight) |
| Modifier and Type | Method and Description |
|---|---|
Destination |
getDestination() |
Integer |
getWeight() |
void |
setDestination(Destination destination) |
void |
setWeight(Integer weight) |
public DestinationWeight()
public DestinationWeight(Destination destination, Integer weight)
destination - weight - public Destination getDestination()
public void setDestination(Destination destination)
public Integer getWeight()
public void setWeight(Integer weight)
Copyright © 2017–2018 Red Hat. All rights reserved.