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

com.byteplus.service.vod.model.business.TaskDetailOrBuilder 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_workflow.proto

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

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

  /**
   * 
   * 模板名称
   * 
* * string DisplayName = 2; * @return The displayName. */ java.lang.String getDisplayName(); /** *
   * 模板名称
   * 
* * string DisplayName = 2; * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** *
   * 模板id
   * 
* * string TemplateId = 4; * @return The templateId. */ java.lang.String getTemplateId(); /** *
   * 模板id
   * 
* * string TemplateId = 4; * @return The bytes for templateId. */ com.google.protobuf.ByteString getTemplateIdBytes(); /** *
   * 执行状态:Running|Canceled|Skipped|Completed|Failed
   * 
* * .Byteplus.Vod.Models.Business.StageStatus Status = 5; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * 执行状态:Running|Canceled|Skipped|Completed|Failed
   * 
* * .Byteplus.Vod.Models.Business.StageStatus Status = 5; * @return The status. */ com.byteplus.service.vod.model.business.StageStatus getStatus(); /** *
   * 执行进度
   * 
* * int32 Progress = 8; * @return The progress. */ int getProgress(); /** *
   * 阶段开始时间
   * 
* * .google.protobuf.Timestamp StartTime = 9; * @return Whether the startTime field is set. */ boolean hasStartTime(); /** *
   * 阶段开始时间
   * 
* * .google.protobuf.Timestamp StartTime = 9; * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** *
   * 阶段开始时间
   * 
* * .google.protobuf.Timestamp StartTime = 9; */ com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** *
   * 阶段结束时间
   * 
* * .google.protobuf.Timestamp EndTime = 10; * @return Whether the endTime field is set. */ boolean hasEndTime(); /** *
   * 阶段结束时间
   * 
* * .google.protobuf.Timestamp EndTime = 10; * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** *
   * 阶段结束时间
   * 
* * .google.protobuf.Timestamp EndTime = 10; */ com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy