Package io.rong.message
        Class LogCmdMessage
- 
                    
                    - All Implemented Interfaces:
 
 public class LogCmdMessageThis message is sent by the log server to collect IM connection-related logs within a specific time range for troubleshooting purposes. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public Stringuripublic StringlogIdpublic Stringplatformpublic StringpackageNamepublic longstartTimepublic longendTimepublic booleancloudControlpublic final static Creator<LogCmdMessage>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description LogCmdMessage(Array<byte> data)LogCmdMessage(Parcel in)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetUri()StringgetLogId()StringgetPlatform()StringgetPackageName()longgetStartTime()longgetEndTime()booleangetCloudControl()voidsetCloudControl(boolean cloudControl)Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)intdescribeContents()- 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        LogCmdMessageLogCmdMessage(Array<byte> data) 
 - 
                                        LogCmdMessageLogCmdMessage(Parcel in) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getUriString getUri() 
 - 
                                        getLogIdString getLogId() 
 - 
                                        getPlatformString getPlatform() 
 - 
                                        getPackageNameString getPackageName() 
 - 
                                        getStartTimelong getStartTime() 
 - 
                                        getEndTimelong getEndTime() 
 - 
                                        getCloudControlboolean getCloudControl() 
 - 
                                        setCloudControlvoid setCloudControl(boolean cloudControl) 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        describeContentsint describeContents() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-