All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vanillabp.cockpit.bpms.api.protobuf.v1.UserTaskCancelledEventOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: v1.proto

package io.vanillabp.cockpit.bpms.api.protobuf.v1;

public interface UserTaskCancelledEventOrBuilder extends
    // @@protoc_insertion_point(interface_extends:UserTaskCancelledEvent)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string id = 1;
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 1;
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * string api_version = 2;
   * @return The apiVersion.
   */
  java.lang.String getApiVersion();
  /**
   * string api_version = 2;
   * @return The bytes for apiVersion.
   */
  com.google.protobuf.ByteString
      getApiVersionBytes();

  /**
   * string user_task_id = 3;
   * @return The userTaskId.
   */
  java.lang.String getUserTaskId();
  /**
   * string user_task_id = 3;
   * @return The bytes for userTaskId.
   */
  com.google.protobuf.ByteString
      getUserTaskIdBytes();

  /**
   * .google.protobuf.Timestamp timestamp = 4;
   * @return Whether the timestamp field is set.
   */
  boolean hasTimestamp();
  /**
   * .google.protobuf.Timestamp timestamp = 4;
   * @return The timestamp.
   */
  com.google.protobuf.Timestamp getTimestamp();
  /**
   * .google.protobuf.Timestamp timestamp = 4;
   */
  com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder();

  /**
   * optional string initiator = 5;
   * @return Whether the initiator field is set.
   */
  boolean hasInitiator();
  /**
   * optional string initiator = 5;
   * @return The initiator.
   */
  java.lang.String getInitiator();
  /**
   * optional string initiator = 5;
   * @return The bytes for initiator.
   */
  com.google.protobuf.ByteString
      getInitiatorBytes();

  /**
   * optional string source = 6;
   * @return Whether the source field is set.
   */
  boolean hasSource();
  /**
   * optional string source = 6;
   * @return The source.
   */
  java.lang.String getSource();
  /**
   * optional string source = 6;
   * @return The bytes for source.
   */
  com.google.protobuf.ByteString
      getSourceBytes();

  /**
   * optional string comment = 7;
   * @return Whether the comment field is set.
   */
  boolean hasComment();
  /**
   * optional string comment = 7;
   * @return The comment.
   */
  java.lang.String getComment();
  /**
   * optional string comment = 7;
   * @return The bytes for comment.
   */
  com.google.protobuf.ByteString
      getCommentBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy