Interface LocalTimeProtocol.LocationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCity()
      required string city = 2;
      com.google.protobuf.ByteString getCityBytes()
      required string city = 2;
      LocalTimeProtocol.Continent getContinent()
      required .org.jboss.netty.example.localtime.Continent continent = 1;
      boolean hasCity()
      required string city = 2;
      boolean hasContinent()
      required .org.jboss.netty.example.localtime.Continent continent = 1;
      • 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 Detail

      • hasContinent

        boolean hasContinent()
        required .org.jboss.netty.example.localtime.Continent continent = 1;
      • hasCity

        boolean hasCity()
        required string city = 2;
      • getCity

        String getCity()
        required string city = 2;
      • getCityBytes

        com.google.protobuf.ByteString getCityBytes()
        required string city = 2;