public class TLSRoute extends Object implements Serializable
| Constructor and Description |
|---|
TLSRoute()
No args constructor for use in serialization
|
TLSRoute(List<TLSMatchAttributes> match,
List<DestinationWeight> route) |
| Modifier and Type | Method and Description |
|---|---|
List<TLSMatchAttributes> |
getMatch() |
List<DestinationWeight> |
getRoute() |
void |
setMatch(List<TLSMatchAttributes> match) |
void |
setRoute(List<DestinationWeight> route) |
public TLSRoute()
public TLSRoute(List<TLSMatchAttributes> match, List<DestinationWeight> route)
route - match - public List<TLSMatchAttributes> getMatch()
public void setMatch(List<TLSMatchAttributes> match)
public List<DestinationWeight> getRoute()
public void setRoute(List<DestinationWeight> route)
Copyright © 2017–2018 Red Hat. All rights reserved.