public class DistroData
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
private byte[] |
content |
private DistroKey |
distroKey |
private DataOperation |
type |
| 构造器和说明 |
|---|
DistroData() |
DistroData(DistroKey distroKey,
byte[] content) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getContent() |
DistroKey |
getDistroKey() |
DataOperation |
getType() |
void |
setContent(byte[] content) |
void |
setDistroKey(DistroKey distroKey) |
void |
setType(DataOperation type) |
private DistroKey distroKey
private DataOperation type
private byte[] content
public DistroData()
public DistroData(DistroKey distroKey, byte[] content)
public DistroKey getDistroKey()
public void setDistroKey(DistroKey distroKey)
public DataOperation getType()
public void setType(DataOperation type)
public byte[] getContent()
public void setContent(byte[] content)
Copyright © 2018–2022 Alibaba Group. All rights reserved.