public class LazyField extends LazyFieldLite
LazyFieldLite but this class can contain default instance of the message to provide
hashCode(),
euqals() and
toString().
value| Constructor and Description |
|---|
LazyField(MessageLite
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDefaultInstance()
|
boolean |
equals(Object
|
MessageLite |
getValue()
|
int |
hashCode()
|
String |
toString()
|
clear, ensureInitialized, fromValue, getExtensionRegistry, getSerializedSize, getValue, merge, setByteString, setValue, toByteStringpublic LazyField(MessageLitedefaultInstance, ExtensionRegistryLite extensionRegistry, ByteString bytes)
public boolean containsDefaultInstance()
public MessageLitegetValue()
public int hashCode()
public boolean equals(Objectobj)
public StringtoString()