public interface VodAddCallbackSubscriptionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getContentType()
添加订阅地址的内容类型。
|
com.google.protobuf.ByteString |
getContentTypeBytes()
添加订阅地址的内容类型。
|
String |
getSpaceName()
空间名
string SpaceName = 1; |
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
string SpaceName = 1; |
String |
getUrl()
订阅URL
string Url = 2; |
com.google.protobuf.ByteString |
getUrlBytes()
订阅URL
string Url = 2; |
String getSpaceName()
空间名
string SpaceName = 1;
com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 1;
String getUrl()
订阅URL
string Url = 2;
com.google.protobuf.ByteString getUrlBytes()
订阅URL
string Url = 2;
String getContentType()
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为 "application/json", "application/octet-stream"
string ContentType = 3;
com.google.protobuf.ByteString getContentTypeBytes()
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为 "application/json", "application/octet-stream"
string ContentType = 3;
Copyright © 2024. All rights reserved.