类 PicUrlOuterClass.PicUrl

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
tech.ordinaryroad.live.chat.client.kuaishou.protobuf.PicUrlOuterClass.PicUrl
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, PicUrlOuterClass.PicUrlOrBuilder
封闭类:
PicUrlOuterClass

public static final class PicUrlOuterClass.PicUrl extends com.google.protobuf.GeneratedMessageV3 implements PicUrlOuterClass.PicUrlOrBuilder
Protobuf type PicUrl
另请参阅:
  • 字段详细资料

    • CDN_FIELD_NUMBER

      public static final int CDN_FIELD_NUMBER
      另请参阅:
    • URL_FIELD_NUMBER

      public static final int URL_FIELD_NUMBER
      另请参阅:
    • URLPATTERN_FIELD_NUMBER

      public static final int URLPATTERN_FIELD_NUMBER
      另请参阅:
    • IP_FIELD_NUMBER

      public static final int IP_FIELD_NUMBER
      另请参阅:
  • 方法详细资料

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      覆盖:
      newInstance 在类中 com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
    • getCdn

      public String getCdn()
      string cdn = 1;
      指定者:
      getCdn 在接口中 PicUrlOuterClass.PicUrlOrBuilder
      返回:
      The cdn.
    • getCdnBytes

      public com.google.protobuf.ByteString getCdnBytes()
      string cdn = 1;
      指定者:
      getCdnBytes 在接口中 PicUrlOuterClass.PicUrlOrBuilder
      返回:
      The bytes for cdn.
    • getUrl

      public String getUrl()
      string url = 2;
      指定者:
      getUrl 在接口中 PicUrlOuterClass.PicUrlOrBuilder
      返回:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
      string url = 2;
      指定者:
      getUrlBytes 在接口中 PicUrlOuterClass.PicUrlOrBuilder
      返回:
      The bytes for url.
    • getUrlPattern

      public String getUrlPattern()
      string urlPattern = 3;
      指定者:
      getUrlPattern 在接口中 PicUrlOuterClass.PicUrlOrBuilder
      返回:
      The urlPattern.
    • getUrlPatternBytes

      public com.google.protobuf.ByteString getUrlPatternBytes()
      string urlPattern = 3;
      指定者:
      getUrlPatternBytes 在接口中 PicUrlOuterClass.PicUrlOrBuilder
      返回:
      The bytes for urlPattern.
    • getIp

      public String getIp()
      string ip = 4;
      指定者:
      getIp 在接口中 PicUrlOuterClass.PicUrlOrBuilder
      返回:
      The ip.
    • getIpBytes

      public com.google.protobuf.ByteString getIpBytes()
      string ip = 4;
      指定者:
      getIpBytes 在接口中 PicUrlOuterClass.PicUrlOrBuilder
      返回:
      The bytes for ip.
    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      指定者:
      writeTo 在接口中 com.google.protobuf.MessageLite
      覆盖:
      writeTo 在类中 com.google.protobuf.GeneratedMessageV3
      抛出:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      指定者:
      getSerializedSize 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      指定者:
      equals 在接口中 com.google.protobuf.Message
      覆盖:
      equals 在类中 com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 com.google.protobuf.Message
      覆盖:
      hashCode 在类中 com.google.protobuf.AbstractMessage
    • parseFrom

      public static PicUrlOuterClass.PicUrl parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PicUrlOuterClass.PicUrl parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PicUrlOuterClass.PicUrl parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PicUrlOuterClass.PicUrl parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PicUrlOuterClass.PicUrl parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PicUrlOuterClass.PicUrl parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PicUrlOuterClass.PicUrl parseFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static PicUrlOuterClass.PicUrl parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static PicUrlOuterClass.PicUrl parseDelimitedFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static PicUrlOuterClass.PicUrl parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseFrom

      public static PicUrlOuterClass.PicUrl parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static PicUrlOuterClass.PicUrl parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • newBuilderForType

      public PicUrlOuterClass.PicUrl.Builder newBuilderForType()
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • newBuilder

      public static PicUrlOuterClass.PicUrl.Builder newBuilder()
    • newBuilder

      public static PicUrlOuterClass.PicUrl.Builder newBuilder(PicUrlOuterClass.PicUrl prototype)
    • toBuilder

      public PicUrlOuterClass.PicUrl.Builder toBuilder()
      指定者:
      toBuilder 在接口中 com.google.protobuf.Message
      指定者:
      toBuilder 在接口中 com.google.protobuf.MessageLite
    • newBuilderForType

      protected PicUrlOuterClass.PicUrl.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      指定者:
      newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static PicUrlOuterClass.PicUrl getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<PicUrlOuterClass.PicUrl> parser()
    • getParserForType

      public com.google.protobuf.Parser<PicUrlOuterClass.PicUrl> getParserForType()
      指定者:
      getParserForType 在接口中 com.google.protobuf.Message
      指定者:
      getParserForType 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public PicUrlOuterClass.PicUrl getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder