Uses of Class
org.robokind.impl.messaging.ServiceCommandRecord.Builder

Packages that use ServiceCommandRecord.Builder
org.robokind.impl.messaging   
 

Uses of ServiceCommandRecord.Builder in org.robokind.impl.messaging
 

Methods in org.robokind.impl.messaging that return ServiceCommandRecord.Builder
 ServiceCommandRecord.Builder ServiceCommandRecord.Builder.clearCommand()
          Clears the value of the 'command' field
 ServiceCommandRecord.Builder ServiceCommandRecord.Builder.clearDestinationId()
          Clears the value of the 'destinationId' field
 ServiceCommandRecord.Builder ServiceCommandRecord.Builder.clearSourceId()
          Clears the value of the 'sourceId' field
 ServiceCommandRecord.Builder ServiceCommandRecord.Builder.clearTimestampMillisecUTC()
          Clears the value of the 'timestampMillisecUTC' field
static ServiceCommandRecord.Builder ServiceCommandRecord.newBuilder()
          Creates a new ServiceCommandRecord RecordBuilder
static ServiceCommandRecord.Builder ServiceCommandRecord.newBuilder(ServiceCommandRecord.Builder other)
          Creates a new ServiceCommandRecord RecordBuilder by copying an existing Builder
static ServiceCommandRecord.Builder ServiceCommandRecord.newBuilder(ServiceCommandRecord other)
          Creates a new ServiceCommandRecord RecordBuilder by copying an existing ServiceCommandRecord instance
 ServiceCommandRecord.Builder ServiceCommandRecord.Builder.setCommand(String value)
          Sets the value of the 'command' field
 ServiceCommandRecord.Builder ServiceCommandRecord.Builder.setDestinationId(String value)
          Sets the value of the 'destinationId' field
 ServiceCommandRecord.Builder ServiceCommandRecord.Builder.setSourceId(String value)
          Sets the value of the 'sourceId' field
 ServiceCommandRecord.Builder ServiceCommandRecord.Builder.setTimestampMillisecUTC(long value)
          Sets the value of the 'timestampMillisecUTC' field
 

Methods in org.robokind.impl.messaging with parameters of type ServiceCommandRecord.Builder
static ServiceCommandRecord.Builder ServiceCommandRecord.newBuilder(ServiceCommandRecord.Builder other)
          Creates a new ServiceCommandRecord RecordBuilder by copying an existing Builder
 



Copyright © 2011-2014. All Rights Reserved.