com.volcengine.service.vod.model.business.FontShadowOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_workflow.proto
package com.volcengine.service.vod.model.business;
public interface FontShadowOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.FontShadow)
com.google.protobuf.MessageOrBuilder {
/**
* string Color = 1;
* @return The color.
*/
java.lang.String getColor();
/**
* string Color = 1;
* @return The bytes for color.
*/
com.google.protobuf.ByteString
getColorBytes();
/**
* int32 OffsetX = 2;
* @return The offsetX.
*/
int getOffsetX();
/**
* int32 OffsetY = 3;
* @return The offsetY.
*/
int getOffsetY();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy