Play-SDK-CSharp
Public Member Functions | Static Public Attributes | Properties | List of all members
LeanCloud.Play.Protocol.StatisticCommand Class Reference
Inheritance diagram for LeanCloud.Play.Protocol.StatisticCommand:

Public Member Functions

 StatisticCommand ()
 
 StatisticCommand (StatisticCommand other)
 
StatisticCommand Clone ()
 
override bool Equals (object other)
 
bool Equals (StatisticCommand other)
 
override int GetHashCode ()
 
override string ToString ()
 
void WriteTo (pb::CodedOutputStream output)
 
int CalculateSize ()
 
void MergeFrom (StatisticCommand other)
 
void MergeFrom (pb::CodedInputStream input)
 

Static Public Attributes

const int AppStatsFieldNumber = 1
 Field number for the "app_stats" field. More...
 

Properties

static pb::MessageParser< StatisticCommandParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
global::LeanCloud.Play.Protocol.AppStatistic AppStats [get, set]
 

Constructor & Destructor Documentation

◆ StatisticCommand() [1/2]

LeanCloud.Play.Protocol.StatisticCommand.StatisticCommand ( )
inline

◆ StatisticCommand() [2/2]

LeanCloud.Play.Protocol.StatisticCommand.StatisticCommand ( StatisticCommand  other)
inline

Member Function Documentation

◆ CalculateSize()

int LeanCloud.Play.Protocol.StatisticCommand.CalculateSize ( )
inline

◆ Clone()

StatisticCommand LeanCloud.Play.Protocol.StatisticCommand.Clone ( )
inline

◆ Equals() [1/2]

override bool LeanCloud.Play.Protocol.StatisticCommand.Equals ( object  other)
inline

◆ Equals() [2/2]

bool LeanCloud.Play.Protocol.StatisticCommand.Equals ( StatisticCommand  other)
inline

◆ GetHashCode()

override int LeanCloud.Play.Protocol.StatisticCommand.GetHashCode ( )
inline

◆ MergeFrom() [1/2]

void LeanCloud.Play.Protocol.StatisticCommand.MergeFrom ( pb::CodedInputStream  input)
inline

◆ MergeFrom() [2/2]

void LeanCloud.Play.Protocol.StatisticCommand.MergeFrom ( StatisticCommand  other)
inline

◆ ToString()

override string LeanCloud.Play.Protocol.StatisticCommand.ToString ( )
inline

◆ WriteTo()

void LeanCloud.Play.Protocol.StatisticCommand.WriteTo ( pb::CodedOutputStream  output)
inline

Member Data Documentation

◆ AppStatsFieldNumber

const int LeanCloud.Play.Protocol.StatisticCommand.AppStatsFieldNumber = 1
static

Field number for the "app_stats" field.

Property Documentation

◆ AppStats

global.LeanCloud.Play.Protocol.AppStatistic LeanCloud.Play.Protocol.StatisticCommand.AppStats
getset

◆ Descriptor

pbr.MessageDescriptor LeanCloud.Play.Protocol.StatisticCommand.Descriptor
staticget

◆ Parser

pb.MessageParser<StatisticCommand> LeanCloud.Play.Protocol.StatisticCommand.Parser
staticget

The documentation for this class was generated from the following file: