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.
|
Timestamp |
getTimestamp(String name)
Returns the property value as a Timestamp.
|
static ProjectionEntity.Builder |
newBuilder(ProjectionEntity copyFrom) |
public Timestamp getTimestamp(String name)
BaseEntity
getTimestamp
in class BaseEntity<Key>
public Blob getBlob(String name)
BaseEntity
getBlob
in class BaseEntity<Key>
public static ProjectionEntity.Builder newBuilder(ProjectionEntity copyFrom)
Copyright © 2019 Google LLC. All rights reserved.