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

com.byteplus.service.vod.model.business.CallbackResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_upload.proto

package com.byteplus.service.vod.model.business;

public interface CallbackResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.CallbackResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string RequestId = 1;
   * @return The requestId.
   */
  java.lang.String getRequestId();
  /**
   * string RequestId = 1;
   * @return The bytes for requestId.
   */
  com.google.protobuf.ByteString
      getRequestIdBytes();

  /**
   * string Version = 2;
   * @return The version.
   */
  java.lang.String getVersion();
  /**
   * string Version = 2;
   * @return The bytes for version.
   */
  com.google.protobuf.ByteString
      getVersionBytes();

  /**
   * string EventTime = 3;
   * @return The eventTime.
   */
  java.lang.String getEventTime();
  /**
   * string EventTime = 3;
   * @return The bytes for eventTime.
   */
  com.google.protobuf.ByteString
      getEventTimeBytes();

  /**
   * string EventType = 4;
   * @return The eventType.
   */
  java.lang.String getEventType();
  /**
   * string EventType = 4;
   * @return The bytes for eventType.
   */
  com.google.protobuf.ByteString
      getEventTypeBytes();

  /**
   * .Byteplus.Vod.Models.Business.VodUploadCallbackData Data = 5;
   * @return Whether the data field is set.
   */
  boolean hasData();
  /**
   * .Byteplus.Vod.Models.Business.VodUploadCallbackData Data = 5;
   * @return The data.
   */
  com.byteplus.service.vod.model.business.VodUploadCallbackData getData();
  /**
   * .Byteplus.Vod.Models.Business.VodUploadCallbackData Data = 5;
   */
  com.byteplus.service.vod.model.business.VodUploadCallbackDataOrBuilder getDataOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy