com.byteplus.service.vod.model.business.WorkflowParamsOrBuilder Maven / Gradle / Ivy
// 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);
}