Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/response/response_vod.proto
package com.byteplus.service.vod.model.response;
/**
*
*
* .Byteplus.Base.Models.Base.ResponseMetadata ResponseMetadata = 1;
*/
@java.lang.Override
public com.byteplus.service.base.model.base.ResponseMetadataOrBuilder getResponseMetadataOrBuilder() {
return getResponseMetadata();
}
public static final int RESULT_FIELD_NUMBER = 2;
private com.byteplus.service.vod.model.business.VodGetSmartStrategyLitePlayInfoResult result_;
/**
*
* 响应结果
*
*
* .Byteplus.Vod.Models.Business.VodGetSmartStrategyLitePlayInfoResult Result = 2;
* @return Whether the result field is set.
*/
@java.lang.Override
public boolean hasResult() {
return result_ != null;
}
/**
*
* 响应结果
*
*
* .Byteplus.Vod.Models.Business.VodGetSmartStrategyLitePlayInfoResult Result = 2;
* @return The result.
*/
@java.lang.Override
public com.byteplus.service.vod.model.business.VodGetSmartStrategyLitePlayInfoResult getResult() {
return result_ == null ? com.byteplus.service.vod.model.business.VodGetSmartStrategyLitePlayInfoResult.getDefaultInstance() : result_;
}
/**
*
* 响应结果
*
*
* .Byteplus.Vod.Models.Business.VodGetSmartStrategyLitePlayInfoResult Result = 2;
*/
@java.lang.Override
public com.byteplus.service.vod.model.business.VodGetSmartStrategyLitePlayInfoResultOrBuilder getResultOrBuilder() {
return getResult();
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (responseMetadata_ != null) {
output.writeMessage(1, getResponseMetadata());
}
if (result_ != null) {
output.writeMessage(2, getResult());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (responseMetadata_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getResponseMetadata());
}
if (result_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getResult());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse)) {
return super.equals(obj);
}
com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse other = (com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse) obj;
if (hasResponseMetadata() != other.hasResponseMetadata()) return false;
if (hasResponseMetadata()) {
if (!getResponseMetadata()
.equals(other.getResponseMetadata())) return false;
}
if (hasResult() != other.hasResult()) return false;
if (hasResult()) {
if (!getResult()
.equals(other.getResult())) return false;
}
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasResponseMetadata()) {
hash = (37 * hash) + RESPONSEMETADATA_FIELD_NUMBER;
hash = (53 * hash) + getResponseMetadata().hashCode();
}
if (hasResult()) {
hash = (37 * hash) + RESULT_FIELD_NUMBER;
hash = (53 * hash) + getResult().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.byteplus.service.vod.model.response.VodGetSmartStrategyLitePlayInfoResponse prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*
* .Byteplus.Vod.Models.Business.VodGetSmartStrategyLitePlayInfoResult Result = 2;
* @return Whether the result field is set.
*/
public boolean hasResult() {
return resultBuilder_ != null || result_ != null;
}
/**
*
* 响应结果
*
*
* .Byteplus.Vod.Models.Business.VodGetSmartStrategyLitePlayInfoResult Result = 2;
* @return The result.
*/
public com.byteplus.service.vod.model.business.VodGetSmartStrategyLitePlayInfoResult getResult() {
if (resultBuilder_ == null) {
return result_ == null ? com.byteplus.service.vod.model.business.VodGetSmartStrategyLitePlayInfoResult.getDefaultInstance() : result_;
} else {
return resultBuilder_.getMessage();
}
}
/**
*
* 响应结果
*
*
* .Byteplus.Vod.Models.Business.VodGetSmartStrategyLitePlayInfoResult Result = 2;
*/
public Builder setResult(com.byteplus.service.vod.model.business.VodGetSmartStrategyLitePlayInfoResult value) {
if (resultBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
result_ = value;
onChanged();
} else {
resultBuilder_.setMessage(value);
}
return this;
}
/**
*