com.opera.core.systems.scope.protos
Interface CoreProtos.BrowserInformationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CoreProtos.BrowserInformation, CoreProtos.BrowserInformation.Builder
Enclosing class:
CoreProtos

public static interface CoreProtos.BrowserInformationOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getBinaryPath()
           
 String getCoreVersion()
           
 String getOperatingSystem()
           
 int getProcessID()
           
 String getProduct()
           
 String getUserAgent()
           
 boolean hasBinaryPath()
           
 boolean hasCoreVersion()
           
 boolean hasOperatingSystem()
           
 boolean hasProcessID()
           
 boolean hasProduct()
           
 boolean hasUserAgent()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasCoreVersion

boolean hasCoreVersion()

getCoreVersion

String getCoreVersion()

hasOperatingSystem

boolean hasOperatingSystem()

getOperatingSystem

String getOperatingSystem()

hasProduct

boolean hasProduct()

getProduct

String getProduct()

hasBinaryPath

boolean hasBinaryPath()

getBinaryPath

String getBinaryPath()

hasUserAgent

boolean hasUserAgent()

getUserAgent

String getUserAgent()

hasProcessID

boolean hasProcessID()

getProcessID

int getProcessID()


Copyright © 2012. All Rights Reserved.