public final class ProjectionEntity extends BaseEntity<Key>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectionEntity.Builder |
| Modifier and Type | Method and Description |
|---|---|
Blob |
getBlob(String name)
Returns the property value as a blob.
|
DateTime |
getDateTime(String name)
Returns the property value as a DateTime.
|
static ProjectionEntity.Builder |
newBuilder(ProjectionEntity copyFrom) |
public DateTime getDateTime(String name)
BaseEntitygetDateTime in class BaseEntity<Key>public Blob getBlob(String name)
BaseEntitygetBlob in class BaseEntity<Key>public static ProjectionEntity.Builder newBuilder(ProjectionEntity copyFrom)
Copyright © 2017 Google. All rights reserved.