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

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

  /**
   * 
   * 被覆盖的水印模板Id, 支持ALL
   * 
* * string TemplateId = 1; * @return The templateId. */ java.lang.String getTemplateId(); /** *
   * 被覆盖的水印模板Id, 支持ALL
   * 
* * string TemplateId = 1; * @return The bytes for templateId. */ com.google.protobuf.ByteString getTemplateIdBytes(); /** *
   * 自定义水印变量
   * 
* * map<string, string> Vars = 2; */ int getVarsCount(); /** *
   * 自定义水印变量
   * 
* * map<string, string> Vars = 2; */ boolean containsVars( java.lang.String key); /** * Use {@link #getVarsMap()} instead. */ @java.lang.Deprecated java.util.Map getVars(); /** *
   * 自定义水印变量
   * 
* * map<string, string> Vars = 2; */ java.util.Map getVarsMap(); /** *
   * 自定义水印变量
   * 
* * map<string, string> Vars = 2; */ java.lang.String getVarsOrDefault( java.lang.String key, java.lang.String defaultValue); /** *
   * 自定义水印变量
   * 
* * map<string, string> Vars = 2; */ java.lang.String getVarsOrThrow( java.lang.String key); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy