Package com.streamlayer.sports.soccer
Class SoccerMatchLineup.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<SoccerMatchLineup,SoccerMatchLineup.Builder>
-
- com.streamlayer.sports.soccer.SoccerMatchLineup.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,SoccerMatchLineupOrBuilder,java.lang.Cloneable
- Enclosing class:
- SoccerMatchLineup
public static final class SoccerMatchLineup.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<SoccerMatchLineup,SoccerMatchLineup.Builder> implements SoccerMatchLineupOrBuilder
Protobuf typestreamlayer.sports.soccer.SoccerMatchLineup
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoccerMatchLineup.BuilderaddAllFormationMatrix(java.lang.Iterable<? extends SoccerMatchFormationMatrix> values)formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]SoccerMatchLineup.BuilderaddAllStartPlayers(java.lang.Iterable<? extends SoccerMatchPlayer> values)repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];SoccerMatchLineup.BuilderaddAllSubstitutes(java.lang.Iterable<? extends SoccerMatchPlayer> values)repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];SoccerMatchLineup.BuilderaddFormationMatrix(int index, SoccerMatchFormationMatrix value)formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]SoccerMatchLineup.BuilderaddFormationMatrix(int index, SoccerMatchFormationMatrix.Builder builderForValue)formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]SoccerMatchLineup.BuilderaddFormationMatrix(SoccerMatchFormationMatrix value)formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]SoccerMatchLineup.BuilderaddFormationMatrix(SoccerMatchFormationMatrix.Builder builderForValue)formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]SoccerMatchLineup.BuilderaddStartPlayers(int index, SoccerMatchPlayer value)repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];SoccerMatchLineup.BuilderaddStartPlayers(int index, SoccerMatchPlayer.Builder builderForValue)repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];SoccerMatchLineup.BuilderaddStartPlayers(SoccerMatchPlayer value)repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];SoccerMatchLineup.BuilderaddStartPlayers(SoccerMatchPlayer.Builder builderForValue)repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];SoccerMatchLineup.BuilderaddSubstitutes(int index, SoccerMatchPlayer value)repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];SoccerMatchLineup.BuilderaddSubstitutes(int index, SoccerMatchPlayer.Builder builderForValue)repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];SoccerMatchLineup.BuilderaddSubstitutes(SoccerMatchPlayer value)repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];SoccerMatchLineup.BuilderaddSubstitutes(SoccerMatchPlayer.Builder builderForValue)repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];SoccerMatchLineup.BuilderclearFormationMatrix()formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]SoccerMatchLineup.BuilderclearFormationString()string formation_string = 1 [json_name = "formationString"];SoccerMatchLineup.BuilderclearStartPlayers()repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];SoccerMatchLineup.BuilderclearSubstitutes()repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];SoccerMatchFormationMatrixgetFormationMatrix(int index)formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]intgetFormationMatrixCount()formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]java.util.List<SoccerMatchFormationMatrix>getFormationMatrixList()formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]java.lang.StringgetFormationString()string formation_string = 1 [json_name = "formationString"];com.google.protobuf.ByteStringgetFormationStringBytes()string formation_string = 1 [json_name = "formationString"];SoccerMatchPlayergetStartPlayers(int index)repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];intgetStartPlayersCount()repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];java.util.List<SoccerMatchPlayer>getStartPlayersList()repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];SoccerMatchPlayergetSubstitutes(int index)repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];intgetSubstitutesCount()repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];java.util.List<SoccerMatchPlayer>getSubstitutesList()repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];SoccerMatchLineup.BuilderremoveFormationMatrix(int index)formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]SoccerMatchLineup.BuilderremoveStartPlayers(int index)repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];SoccerMatchLineup.BuilderremoveSubstitutes(int index)repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];SoccerMatchLineup.BuildersetFormationMatrix(int index, SoccerMatchFormationMatrix value)formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]SoccerMatchLineup.BuildersetFormationMatrix(int index, SoccerMatchFormationMatrix.Builder builderForValue)formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]SoccerMatchLineup.BuildersetFormationString(java.lang.String value)string formation_string = 1 [json_name = "formationString"];SoccerMatchLineup.BuildersetFormationStringBytes(com.google.protobuf.ByteString value)string formation_string = 1 [json_name = "formationString"];SoccerMatchLineup.BuildersetStartPlayers(int index, SoccerMatchPlayer value)repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];SoccerMatchLineup.BuildersetStartPlayers(int index, SoccerMatchPlayer.Builder builderForValue)repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];SoccerMatchLineup.BuildersetSubstitutes(int index, SoccerMatchPlayer value)repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];SoccerMatchLineup.BuildersetSubstitutes(int index, SoccerMatchPlayer.Builder builderForValue)repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];-
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
-
getFormationString
public java.lang.String getFormationString()
string formation_string = 1 [json_name = "formationString"];- Specified by:
getFormationStringin interfaceSoccerMatchLineupOrBuilder- Returns:
- The formationString.
-
getFormationStringBytes
public com.google.protobuf.ByteString getFormationStringBytes()
string formation_string = 1 [json_name = "formationString"];- Specified by:
getFormationStringBytesin interfaceSoccerMatchLineupOrBuilder- Returns:
- The bytes for formationString.
-
setFormationString
public SoccerMatchLineup.Builder setFormationString(java.lang.String value)
string formation_string = 1 [json_name = "formationString"];- Parameters:
value- The formationString to set.- Returns:
- This builder for chaining.
-
clearFormationString
public SoccerMatchLineup.Builder clearFormationString()
string formation_string = 1 [json_name = "formationString"];- Returns:
- This builder for chaining.
-
setFormationStringBytes
public SoccerMatchLineup.Builder setFormationStringBytes(com.google.protobuf.ByteString value)
string formation_string = 1 [json_name = "formationString"];- Parameters:
value- The bytes for formationString to set.- Returns:
- This builder for chaining.
-
getFormationMatrixList
public java.util.List<SoccerMatchFormationMatrix> getFormationMatrixList()
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];- Specified by:
getFormationMatrixListin interfaceSoccerMatchLineupOrBuilder
-
getFormationMatrixCount
public int getFormationMatrixCount()
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];- Specified by:
getFormationMatrixCountin interfaceSoccerMatchLineupOrBuilder
-
getFormationMatrix
public SoccerMatchFormationMatrix getFormationMatrix(int index)
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];- Specified by:
getFormationMatrixin interfaceSoccerMatchLineupOrBuilder
-
setFormationMatrix
public SoccerMatchLineup.Builder setFormationMatrix(int index, SoccerMatchFormationMatrix value)
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
-
setFormationMatrix
public SoccerMatchLineup.Builder setFormationMatrix(int index, SoccerMatchFormationMatrix.Builder builderForValue)
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
-
addFormationMatrix
public SoccerMatchLineup.Builder addFormationMatrix(SoccerMatchFormationMatrix value)
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
-
addFormationMatrix
public SoccerMatchLineup.Builder addFormationMatrix(int index, SoccerMatchFormationMatrix value)
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
-
addFormationMatrix
public SoccerMatchLineup.Builder addFormationMatrix(SoccerMatchFormationMatrix.Builder builderForValue)
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
-
addFormationMatrix
public SoccerMatchLineup.Builder addFormationMatrix(int index, SoccerMatchFormationMatrix.Builder builderForValue)
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
-
addAllFormationMatrix
public SoccerMatchLineup.Builder addAllFormationMatrix(java.lang.Iterable<? extends SoccerMatchFormationMatrix> values)
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
-
clearFormationMatrix
public SoccerMatchLineup.Builder clearFormationMatrix()
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
-
removeFormationMatrix
public SoccerMatchLineup.Builder removeFormationMatrix(int index)
formationMatrix: [{ rowPlayers: [{ jerseyNumber, playerName }] }]repeated .streamlayer.sports.soccer.SoccerMatchFormationMatrix formation_matrix = 2 [json_name = "formationMatrix"];
-
getStartPlayersList
public java.util.List<SoccerMatchPlayer> getStartPlayersList()
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];- Specified by:
getStartPlayersListin interfaceSoccerMatchLineupOrBuilder
-
getStartPlayersCount
public int getStartPlayersCount()
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];- Specified by:
getStartPlayersCountin interfaceSoccerMatchLineupOrBuilder
-
getStartPlayers
public SoccerMatchPlayer getStartPlayers(int index)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];- Specified by:
getStartPlayersin interfaceSoccerMatchLineupOrBuilder
-
setStartPlayers
public SoccerMatchLineup.Builder setStartPlayers(int index, SoccerMatchPlayer value)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
-
setStartPlayers
public SoccerMatchLineup.Builder setStartPlayers(int index, SoccerMatchPlayer.Builder builderForValue)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
-
addStartPlayers
public SoccerMatchLineup.Builder addStartPlayers(SoccerMatchPlayer value)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
-
addStartPlayers
public SoccerMatchLineup.Builder addStartPlayers(int index, SoccerMatchPlayer value)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
-
addStartPlayers
public SoccerMatchLineup.Builder addStartPlayers(SoccerMatchPlayer.Builder builderForValue)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
-
addStartPlayers
public SoccerMatchLineup.Builder addStartPlayers(int index, SoccerMatchPlayer.Builder builderForValue)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
-
addAllStartPlayers
public SoccerMatchLineup.Builder addAllStartPlayers(java.lang.Iterable<? extends SoccerMatchPlayer> values)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
-
clearStartPlayers
public SoccerMatchLineup.Builder clearStartPlayers()
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
-
removeStartPlayers
public SoccerMatchLineup.Builder removeStartPlayers(int index)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer start_players = 3 [json_name = "startPlayers"];
-
getSubstitutesList
public java.util.List<SoccerMatchPlayer> getSubstitutesList()
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];- Specified by:
getSubstitutesListin interfaceSoccerMatchLineupOrBuilder
-
getSubstitutesCount
public int getSubstitutesCount()
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];- Specified by:
getSubstitutesCountin interfaceSoccerMatchLineupOrBuilder
-
getSubstitutes
public SoccerMatchPlayer getSubstitutes(int index)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];- Specified by:
getSubstitutesin interfaceSoccerMatchLineupOrBuilder
-
setSubstitutes
public SoccerMatchLineup.Builder setSubstitutes(int index, SoccerMatchPlayer value)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
setSubstitutes
public SoccerMatchLineup.Builder setSubstitutes(int index, SoccerMatchPlayer.Builder builderForValue)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
addSubstitutes
public SoccerMatchLineup.Builder addSubstitutes(SoccerMatchPlayer value)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
addSubstitutes
public SoccerMatchLineup.Builder addSubstitutes(int index, SoccerMatchPlayer value)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
addSubstitutes
public SoccerMatchLineup.Builder addSubstitutes(SoccerMatchPlayer.Builder builderForValue)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
addSubstitutes
public SoccerMatchLineup.Builder addSubstitutes(int index, SoccerMatchPlayer.Builder builderForValue)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
addAllSubstitutes
public SoccerMatchLineup.Builder addAllSubstitutes(java.lang.Iterable<? extends SoccerMatchPlayer> values)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
clearSubstitutes
public SoccerMatchLineup.Builder clearSubstitutes()
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
removeSubstitutes
public SoccerMatchLineup.Builder removeSubstitutes(int index)
repeated .streamlayer.sports.soccer.SoccerMatchPlayer substitutes = 4 [json_name = "substitutes"];
-
-