public class SampleRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SampleRequest.Builder
Builder for
SampleRequest |
Modifier and Type | Method and Description |
---|---|
static SampleRequest.Builder |
builder(int limit)
Get the builder to build this object
|
boolean |
equals(Object o) |
int |
getLimit() |
String |
getPath()
Get the entity path for the sample request, if the path is null, that means the properties contains
all the path related configs required for the sampling
|
Map<String,String> |
getProperties() |
int |
hashCode() |
@Nullable public String getPath()
public int getLimit()
public static SampleRequest.Builder builder(int limit)
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.