Uses of Class
org.springframework.cloud.stream.samples.Status.Builder
Packages that use Status.Builder
-
Uses of Status.Builder in org.springframework.cloud.stream.samples
Methods in org.springframework.cloud.stream.samples that return Status.BuilderModifier and TypeMethodDescriptionStatus.Builder.clearId()Clears the value of the 'id' field.Status.Builder.clearText()Clears the value of the 'text' field.Status.Builder.clearTimestamp()Clears the value of the 'timestamp' field.static Status.BuilderStatus.newBuilder()Creates a new Status RecordBuilder.static Status.BuilderStatus.newBuilder(Status other) Creates a new Status RecordBuilder by copying an existing Status instance.static Status.BuilderStatus.newBuilder(Status.Builder other) Creates a new Status RecordBuilder by copying an existing Builder.Status.Builder.setId(CharSequence value) Sets the value of the 'id' field.Status.Builder.setText(CharSequence value) Sets the value of the 'text' field.Status.Builder.setTimestamp(long value) Sets the value of the 'timestamp' field.Methods in org.springframework.cloud.stream.samples with parameters of type Status.BuilderModifier and TypeMethodDescriptionstatic Status.BuilderStatus.newBuilder(Status.Builder other) Creates a new Status RecordBuilder by copying an existing Builder.