public interface SchemaIdentifier
Modifier and Type | Interface and Description |
---|---|
static interface |
SchemaIdentifier.Builder
Implementations should provide a builder to create instances of the SchemaIdentifier.
|
Modifier and Type | Field and Description |
---|---|
static SchemaIdentifier |
EMPTY |
Modifier and Type | Method and Description |
---|---|
static SchemaIdentifier.Builder |
builder() |
Optional<String> |
getBranch() |
OptionalLong |
getIdentifier() |
Optional<String> |
getName() |
OptionalLong |
getSchemaVersionId() |
OptionalInt |
getVersion() |
static final SchemaIdentifier EMPTY
OptionalLong getIdentifier()
OptionalInt getVersion()
OptionalLong getSchemaVersionId()
Optional<String> getBranch()
static SchemaIdentifier.Builder builder()
Copyright © 2021 Apache NiFi Project. All rights reserved.