Package com.google.cloud.datastore
Class ProjectionEntity
- java.lang.Object
-
- com.google.cloud.datastore.BaseEntity<Key>
-
- com.google.cloud.datastore.ProjectionEntity
-
- All Implemented Interfaces:
Serializable
public final class ProjectionEntity extends BaseEntity<Key>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjectionEntity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BlobgetBlob(String name)Returns the property value as a blob.com.google.cloud.TimestampgetTimestamp(String name)Returns the property value as a Timestamp.static ProjectionEntity.BuildernewBuilder(ProjectionEntity copyFrom)
-
-
-
Method Detail
-
getTimestamp
public com.google.cloud.Timestamp getTimestamp(String name)
Description copied from class:BaseEntityReturns the property value as a Timestamp.- Overrides:
getTimestampin classBaseEntity<Key>
-
getBlob
public Blob getBlob(String name)
Description copied from class:BaseEntityReturns the property value as a blob.- Overrides:
getBlobin classBaseEntity<Key>
-
newBuilder
public static ProjectionEntity.Builder newBuilder(ProjectionEntity copyFrom)
-
-