Package io.zenoh.query
Class Querier.GetOptions
-
- All Implemented Interfaces:
public final class Querier.GetOptionsGet options for the Querier.
-
-
Field Summary
Fields Modifier and Type Field Description private Parametersparametersprivate IntoZBytespayloadprivate Encodingencodingprivate IntoZBytesattachment
-
Constructor Summary
Constructors Constructor Description Querier.GetOptions(Parameters parameters, IntoZBytes payload, Encoding encoding, IntoZBytes attachment)
-
Method Summary
Modifier and Type Method Description final ParametersgetParameters()final UnitsetParameters(Parameters parameters)final IntoZBytesgetPayload()final UnitsetPayload(IntoZBytes payload)final EncodinggetEncoding()final UnitsetEncoding(Encoding encoding)final IntoZBytesgetAttachment()final UnitsetAttachment(IntoZBytes attachment)final <Error class: unknown class>setPayload(String payload)final <Error class: unknown class>setAttachment(String attachment)-
-
Constructor Detail
-
Querier.GetOptions
Querier.GetOptions(Parameters parameters, IntoZBytes payload, Encoding encoding, IntoZBytes attachment)
-
-
Method Detail
-
getParameters
final Parameters getParameters()
-
setParameters
final Unit setParameters(Parameters parameters)
-
getPayload
final IntoZBytes getPayload()
-
setPayload
final Unit setPayload(IntoZBytes payload)
-
getEncoding
final Encoding getEncoding()
-
setEncoding
final Unit setEncoding(Encoding encoding)
-
getAttachment
final IntoZBytes getAttachment()
-
setAttachment
final Unit setAttachment(IntoZBytes attachment)
-
setPayload
final <Error class: unknown class> setPayload(String payload)
-
setAttachment
final <Error class: unknown class> setAttachment(String attachment)
-
-
-
-