com.byteplus.service.vod.model.business.VodGetFairPlayCertInfoResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_common.proto
package com.byteplus.service.vod.model.business;
public interface VodGetFairPlayCertInfoResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodGetFairPlayCertInfoResult)
com.google.protobuf.MessageOrBuilder {
/**
* string CertId = 1;
* @return The certId.
*/
java.lang.String getCertId();
/**
* string CertId = 1;
* @return The bytes for certId.
*/
com.google.protobuf.ByteString
getCertIdBytes();
/**
* string CertName = 2;
* @return The certName.
*/
java.lang.String getCertName();
/**
* string CertName = 2;
* @return The bytes for certName.
*/
com.google.protobuf.ByteString
getCertNameBytes();
/**
* string CertFileName = 3;
* @return The certFileName.
*/
java.lang.String getCertFileName();
/**
* string CertFileName = 3;
* @return The bytes for certFileName.
*/
com.google.protobuf.ByteString
getCertFileNameBytes();
/**
* string PkFileName = 4;
* @return The pkFileName.
*/
java.lang.String getPkFileName();
/**
* string PkFileName = 4;
* @return The bytes for pkFileName.
*/
com.google.protobuf.ByteString
getPkFileNameBytes();
/**
* string PkPassword = 5;
* @return The pkPassword.
*/
java.lang.String getPkPassword();
/**
* string PkPassword = 5;
* @return The bytes for pkPassword.
*/
com.google.protobuf.ByteString
getPkPasswordBytes();
/**
* string Ask = 6;
* @return The ask.
*/
java.lang.String getAsk();
/**
* string Ask = 6;
* @return The bytes for ask.
*/
com.google.protobuf.ByteString
getAskBytes();
}