akka.cluster.protobuf.msg
Class Empty$

java.lang.Object
  extended by akka.cluster.protobuf.msg.Empty$
All Implemented Interfaces:
java.io.Serializable

public class Empty$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Empty$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Empty$()
           
 
Method Summary
 Empty defaultInstance()
           
 Empty getDefaultInstance()
           
 Empty newBuilder()
           
 Empty newBuilder(Empty prototype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final Empty$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Empty$

public Empty$()
Method Detail

defaultInstance

public Empty defaultInstance()

newBuilder

public Empty newBuilder()

newBuilder

public Empty newBuilder(Empty prototype)

getDefaultInstance

public Empty getDefaultInstance()