public class FlightDescriptor extends Object
| Modifier and Type | Method and Description |
|---|---|
static FlightDescriptor |
command(byte[] cmd) |
boolean |
equals(Object obj) |
byte[] |
getCommand() |
List<String> |
getPath() |
int |
hashCode() |
boolean |
isCommand() |
static FlightDescriptor |
path(Iterable<String> path) |
static FlightDescriptor |
path(String... path) |
String |
toString() |
public static FlightDescriptor command(byte[] cmd)
public static FlightDescriptor path(Iterable<String> path)
public static FlightDescriptor path(String... path)
public boolean isCommand()
public byte[] getCommand()
Copyright © 2019 The Apache Software Foundation. All rights reserved.