com.volcengine.service.vod.model.business.VodClassificationOrBuilder 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_media.proto
package com.volcengine.service.vod.model.business;
public interface VodClassificationOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodClassification)
com.google.protobuf.MessageOrBuilder {
/**
* string SpaceName = 1;
* @return The spaceName.
*/
java.lang.String getSpaceName();
/**
* string SpaceName = 1;
* @return The bytes for spaceName.
*/
com.google.protobuf.ByteString
getSpaceNameBytes();
/**
* int64 ClassificationId = 2;
* @return The classificationId.
*/
long getClassificationId();
/**
* int32 Level = 3;
* @return The level.
*/
int getLevel();
/**
* string Classification = 4;
* @return The classification.
*/
java.lang.String getClassification();
/**
* string Classification = 4;
* @return The bytes for classification.
*/
com.google.protobuf.ByteString
getClassificationBytes();
/**
* int64 ParentClassificationId = 5;
* @return The parentClassificationId.
*/
long getParentClassificationId();
/**
* .Volcengine.Vod.Models.Business.VodClassification SubClassification = 6;
* @return Whether the subClassification field is set.
*/
boolean hasSubClassification();
/**
* .Volcengine.Vod.Models.Business.VodClassification SubClassification = 6;
* @return The subClassification.
*/
com.volcengine.service.vod.model.business.VodClassification getSubClassification();
/**
* .Volcengine.Vod.Models.Business.VodClassification SubClassification = 6;
*/
com.volcengine.service.vod.model.business.VodClassificationOrBuilder getSubClassificationOrBuilder();
/**
* repeated .Volcengine.Vod.Models.Business.VodClassification SubClassificationTrees = 7;
*/
java.util.List
getSubClassificationTreesList();
/**
* repeated .Volcengine.Vod.Models.Business.VodClassification SubClassificationTrees = 7;
*/
com.volcengine.service.vod.model.business.VodClassification getSubClassificationTrees(int index);
/**
* repeated .Volcengine.Vod.Models.Business.VodClassification SubClassificationTrees = 7;
*/
int getSubClassificationTreesCount();
/**
* repeated .Volcengine.Vod.Models.Business.VodClassification SubClassificationTrees = 7;
*/
java.util.List extends com.volcengine.service.vod.model.business.VodClassificationOrBuilder>
getSubClassificationTreesOrBuilderList();
/**
* repeated .Volcengine.Vod.Models.Business.VodClassification SubClassificationTrees = 7;
*/
com.volcengine.service.vod.model.business.VodClassificationOrBuilder getSubClassificationTreesOrBuilder(
int index);
/**
* string CreatedAt = 8;
* @return The createdAt.
*/
java.lang.String getCreatedAt();
/**
* string CreatedAt = 8;
* @return The bytes for createdAt.
*/
com.google.protobuf.ByteString
getCreatedAtBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy