Package | Description |
---|---|
org.springframework.cloud.stream.samples |
Modifier and Type | Method and Description |
---|---|
Status.Builder |
Status.Builder.clearId()
Clears the value of the 'id' field.
|
Status.Builder |
Status.Builder.clearText()
Clears the value of the 'text' field.
|
Status.Builder |
Status.Builder.clearTimestamp()
Clears the value of the 'timestamp' field.
|
static Status.Builder |
Status.newBuilder()
Creates a new Status RecordBuilder.
|
static Status.Builder |
Status.newBuilder(Status.Builder other)
Creates a new Status RecordBuilder by copying an existing Builder.
|
static Status.Builder |
Status.newBuilder(Status other)
Creates a new Status RecordBuilder by copying an existing Status instance.
|
Status.Builder |
Status.Builder.setId(CharSequence value)
Sets the value of the 'id' field.
|
Status.Builder |
Status.Builder.setText(CharSequence value)
Sets the value of the 'text' field.
|
Status.Builder |
Status.Builder.setTimestamp(long value)
Sets the value of the 'timestamp' field.
|
Modifier and Type | Method and Description |
---|---|
static Status.Builder |
Status.newBuilder(Status.Builder other)
Creates a new Status RecordBuilder by copying an existing Builder.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.