| Package | Description |
|---|---|
| code.byted.cdp.model |
| Modifier and Type | Method and Description |
|---|---|
static SegmentationResult.HashMethodEnum |
SegmentationResult.HashMethodEnum.fromValue(String input) |
SegmentationResult.HashMethodEnum |
SegmentationResult.getHashMethod()
Get hashMethod
|
SegmentationResult.HashMethodEnum |
SegmentationResult.HashMethodEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SegmentationResult.HashMethodEnum |
SegmentationResult.HashMethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentationResult.HashMethodEnum[] |
SegmentationResult.HashMethodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentationResult |
SegmentationResult.hashMethod(SegmentationResult.HashMethodEnum hashMethod) |
void |
SegmentationResult.setHashMethod(SegmentationResult.HashMethodEnum hashMethod) |
void |
SegmentationResult.HashMethodEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SegmentationResult.HashMethodEnum enumeration) |
Copyright © 2023. All rights reserved.