public final class SendDirectiveDirective extends Directive
Modifier and Type | Class and Description |
---|---|
static class |
SendDirectiveDirective.Builder |
Modifier and Type | Method and Description |
---|---|
static SendDirectiveDirective.Builder |
builder() |
boolean |
equals(Object o) |
Endpoint |
getEndpoint()
Identifies the gadget where the directive should be sent to.
|
Header |
getHeader()
The object that contains the header of the directive.
|
Object |
getPayload()
The free form JSON object.
|
int |
hashCode() |
String |
toString() |
public static SendDirectiveDirective.Builder builder()
public Header getHeader()
public Object getPayload()
public Endpoint getEndpoint()
Copyright © 2023. All rights reserved.