Package com.streamlayer.sports.common
Class Venue.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<Venue,Venue.Builder>
-
- com.streamlayer.sports.common.Venue.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,VenueOrBuilder,java.lang.Cloneable
- Enclosing class:
- Venue
public static final class Venue.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Venue,Venue.Builder> implements VenueOrBuilder
Protobuf typestreamlayer.sports.Venue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Venue.BuilderclearCity()string city = 1 [json_name = "city"];Venue.BuilderclearCountry()string country = 2 [json_name = "country"];Venue.BuilderclearStadium()string stadium = 3 [json_name = "stadium"];java.lang.StringgetCity()string city = 1 [json_name = "city"];com.google.protobuf.ByteStringgetCityBytes()string city = 1 [json_name = "city"];java.lang.StringgetCountry()string country = 2 [json_name = "country"];com.google.protobuf.ByteStringgetCountryBytes()string country = 2 [json_name = "country"];java.lang.StringgetStadium()string stadium = 3 [json_name = "stadium"];com.google.protobuf.ByteStringgetStadiumBytes()string stadium = 3 [json_name = "stadium"];Venue.BuildersetCity(java.lang.String value)string city = 1 [json_name = "city"];Venue.BuildersetCityBytes(com.google.protobuf.ByteString value)string city = 1 [json_name = "city"];Venue.BuildersetCountry(java.lang.String value)string country = 2 [json_name = "country"];Venue.BuildersetCountryBytes(com.google.protobuf.ByteString value)string country = 2 [json_name = "country"];Venue.BuildersetStadium(java.lang.String value)string stadium = 3 [json_name = "stadium"];Venue.BuildersetStadiumBytes(com.google.protobuf.ByteString value)string stadium = 3 [json_name = "stadium"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getCity
public java.lang.String getCity()
string city = 1 [json_name = "city"];- Specified by:
getCityin interfaceVenueOrBuilder- Returns:
- The city.
-
getCityBytes
public com.google.protobuf.ByteString getCityBytes()
string city = 1 [json_name = "city"];- Specified by:
getCityBytesin interfaceVenueOrBuilder- Returns:
- The bytes for city.
-
setCity
public Venue.Builder setCity(java.lang.String value)
string city = 1 [json_name = "city"];- Parameters:
value- The city to set.- Returns:
- This builder for chaining.
-
clearCity
public Venue.Builder clearCity()
string city = 1 [json_name = "city"];- Returns:
- This builder for chaining.
-
setCityBytes
public Venue.Builder setCityBytes(com.google.protobuf.ByteString value)
string city = 1 [json_name = "city"];- Parameters:
value- The bytes for city to set.- Returns:
- This builder for chaining.
-
getCountry
public java.lang.String getCountry()
string country = 2 [json_name = "country"];- Specified by:
getCountryin interfaceVenueOrBuilder- Returns:
- The country.
-
getCountryBytes
public com.google.protobuf.ByteString getCountryBytes()
string country = 2 [json_name = "country"];- Specified by:
getCountryBytesin interfaceVenueOrBuilder- Returns:
- The bytes for country.
-
setCountry
public Venue.Builder setCountry(java.lang.String value)
string country = 2 [json_name = "country"];- Parameters:
value- The country to set.- Returns:
- This builder for chaining.
-
clearCountry
public Venue.Builder clearCountry()
string country = 2 [json_name = "country"];- Returns:
- This builder for chaining.
-
setCountryBytes
public Venue.Builder setCountryBytes(com.google.protobuf.ByteString value)
string country = 2 [json_name = "country"];- Parameters:
value- The bytes for country to set.- Returns:
- This builder for chaining.
-
getStadium
public java.lang.String getStadium()
string stadium = 3 [json_name = "stadium"];- Specified by:
getStadiumin interfaceVenueOrBuilder- Returns:
- The stadium.
-
getStadiumBytes
public com.google.protobuf.ByteString getStadiumBytes()
string stadium = 3 [json_name = "stadium"];- Specified by:
getStadiumBytesin interfaceVenueOrBuilder- Returns:
- The bytes for stadium.
-
setStadium
public Venue.Builder setStadium(java.lang.String value)
string stadium = 3 [json_name = "stadium"];- Parameters:
value- The stadium to set.- Returns:
- This builder for chaining.
-
clearStadium
public Venue.Builder clearStadium()
string stadium = 3 [json_name = "stadium"];- Returns:
- This builder for chaining.
-
setStadiumBytes
public Venue.Builder setStadiumBytes(com.google.protobuf.ByteString value)
string stadium = 3 [json_name = "stadium"];- Parameters:
value- The bytes for stadium to set.- Returns:
- This builder for chaining.
-
-