Interface ShareCDInfoOuterClass.ShareCDInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ShareCDInfoOuterClass.ShareCDInfo, ShareCDInfoOuterClass.ShareCDInfo.Builder
Enclosing class:
ShareCDInfoOuterClass

public static interface ShareCDInfoOuterClass.ShareCDInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 cd_start_time = 1;
    int
    uint32 index = 13;
    int
    uint32 share_cd_id = 12;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCdStartTime

      long getCdStartTime()
      uint64 cd_start_time = 1;
      Returns:
      The cdStartTime.
    • getShareCdId

      int getShareCdId()
      uint32 share_cd_id = 12;
      Returns:
      The shareCdId.
    • getIndex

      int getIndex()
      uint32 index = 13;
      Returns:
      The index.