public class Action extends Object
This is a POJO wrapper around the message of the same name in Flight.proto.
Action(String type)
Action(String type, byte[] body)
byte[]
getBody()
String
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Action(String type)
public Action(String type, byte[] body)
public String getType()
public byte[] getBody()
Copyright © 2023 The Apache Software Foundation. All rights reserved.