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

com.byteplus.service.vod.model.business.VodClassificationOrBuilder 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_media.proto

package com.byteplus.service.vod.model.business;

public interface VodClassificationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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();

  /**
   * .Byteplus.Vod.Models.Business.VodClassification SubClassification = 6;
   * @return Whether the subClassification field is set.
   */
  boolean hasSubClassification();
  /**
   * .Byteplus.Vod.Models.Business.VodClassification SubClassification = 6;
   * @return The subClassification.
   */
  com.byteplus.service.vod.model.business.VodClassification getSubClassification();
  /**
   * .Byteplus.Vod.Models.Business.VodClassification SubClassification = 6;
   */
  com.byteplus.service.vod.model.business.VodClassificationOrBuilder getSubClassificationOrBuilder();

  /**
   * repeated .Byteplus.Vod.Models.Business.VodClassification SubClassificationTrees = 7;
   */
  java.util.List 
      getSubClassificationTreesList();
  /**
   * repeated .Byteplus.Vod.Models.Business.VodClassification SubClassificationTrees = 7;
   */
  com.byteplus.service.vod.model.business.VodClassification getSubClassificationTrees(int index);
  /**
   * repeated .Byteplus.Vod.Models.Business.VodClassification SubClassificationTrees = 7;
   */
  int getSubClassificationTreesCount();
  /**
   * repeated .Byteplus.Vod.Models.Business.VodClassification SubClassificationTrees = 7;
   */
  java.util.List 
      getSubClassificationTreesOrBuilderList();
  /**
   * repeated .Byteplus.Vod.Models.Business.VodClassification SubClassificationTrees = 7;
   */
  com.byteplus.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