public class PropertyRef extends Object
| Modifier and Type | Field and Description |
|---|---|
Set<ByteSequence> |
hiddenVisibilities |
ByteSequence |
key |
List<Integer> |
metadata |
ByteSequence |
name |
long |
timestamp |
byte[] |
value |
ByteSequence |
visibility |
| Constructor and Description |
|---|
PropertyRef(ByteSequence propertyKey,
ByteSequence propertyName,
byte[] propertyValue,
ByteSequence propertyVisibility,
long propertyTimestamp,
Set<ByteSequence> propertyHiddenVisibilities,
List<Integer> metadata) |
public final ByteSequence key
public final ByteSequence name
public final byte[] value
public final Set<ByteSequence> hiddenVisibilities
public final ByteSequence visibility
public final long timestamp
public PropertyRef(ByteSequence propertyKey, ByteSequence propertyName, byte[] propertyValue, ByteSequence propertyVisibility, long propertyTimestamp, Set<ByteSequence> propertyHiddenVisibilities, List<Integer> metadata)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.