Package io.split.engine.common
Class FetchOptions
- java.lang.Object
-
- io.split.engine.common.FetchOptions
-
public class FetchOptions extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFetchOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static LongDEFAULT_TARGET_CHANGENUMBER
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancacheControlHeadersEnabled()booleanequals(Object obj)StringflagSetsFilter()booleanhasCustomCN()inthashCode()longtargetCN()longtargetCnRBS()
-
-
-
Field Detail
-
DEFAULT_TARGET_CHANGENUMBER
public static final Long DEFAULT_TARGET_CHANGENUMBER
-
-
Method Detail
-
cacheControlHeadersEnabled
public boolean cacheControlHeadersEnabled()
-
targetCN
public long targetCN()
-
targetCnRBS
public long targetCnRBS()
-
hasCustomCN
public boolean hasCustomCN()
-
flagSetsFilter
public String flagSetsFilter()
-
-