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

com.byteplus.service.vod.model.business.WorkflowParamsOrBuilder 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 WorkflowParamsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.WorkflowParams)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 覆盖参数
   * 
* * .Byteplus.Vod.Models.Business.OverrideParams OverrideParams = 1; * @return Whether the overrideParams field is set. */ boolean hasOverrideParams(); /** *
   * 覆盖参数
   * 
* * .Byteplus.Vod.Models.Business.OverrideParams OverrideParams = 1; * @return The overrideParams. */ com.byteplus.service.vod.model.business.OverrideParams getOverrideParams(); /** *
   * 覆盖参数
   * 
* * .Byteplus.Vod.Models.Business.OverrideParams OverrideParams = 1; */ com.byteplus.service.vod.model.business.OverrideParamsOrBuilder getOverrideParamsOrBuilder(); /** *
   * 条件变量
   * 
* * map<string, bool> Condition = 2; */ int getConditionCount(); /** *
   * 条件变量
   * 
* * map<string, bool> Condition = 2; */ boolean containsCondition( java.lang.String key); /** * Use {@link #getConditionMap()} instead. */ @java.lang.Deprecated java.util.Map getCondition(); /** *
   * 条件变量
   * 
* * map<string, bool> Condition = 2; */ java.util.Map getConditionMap(); /** *
   * 条件变量
   * 
* * map<string, bool> Condition = 2; */ boolean getConditionOrDefault( java.lang.String key, boolean defaultValue); /** *
   * 条件变量
   * 
* * map<string, bool> Condition = 2; */ boolean getConditionOrThrow( java.lang.String key); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy