public static interface Protocol.PermissionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getId()
Owner id=0, Witness id=1, Active id start by 2
int32 id = 2; |
Protocol.Key |
getKeys(int index)
repeated .protocol.Key keys = 7; |
int |
getKeysCount()
repeated .protocol.Key keys = 7; |
List<Protocol.Key> |
getKeysList()
repeated .protocol.Key keys = 7; |
Protocol.KeyOrBuilder |
getKeysOrBuilder(int index)
repeated .protocol.Key keys = 7; |
List<? extends Protocol.KeyOrBuilder> |
getKeysOrBuilderList()
repeated .protocol.Key keys = 7; |
com.google.protobuf.ByteString |
getOperations()
1 bit 1 contract
bytes operations = 6; |
int |
getParentId()
int32 parent_id = 5; |
String |
getPermissionName()
string permission_name = 3; |
com.google.protobuf.ByteString |
getPermissionNameBytes()
string permission_name = 3; |
long |
getThreshold()
int64 threshold = 4; |
Protocol.Permission.PermissionType |
getType()
.protocol.Permission.PermissionType type = 1; |
int |
getTypeValue()
.protocol.Permission.PermissionType type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getTypeValue()
.protocol.Permission.PermissionType type = 1;
Protocol.Permission.PermissionType getType()
.protocol.Permission.PermissionType type = 1;
int getId()
Owner id=0, Witness id=1, Active id start by 2
int32 id = 2;
String getPermissionName()
string permission_name = 3;
com.google.protobuf.ByteString getPermissionNameBytes()
string permission_name = 3;
long getThreshold()
int64 threshold = 4;
int getParentId()
int32 parent_id = 5;
com.google.protobuf.ByteString getOperations()
1 bit 1 contract
bytes operations = 6;
List<Protocol.Key> getKeysList()
repeated .protocol.Key keys = 7;
Protocol.Key getKeys(int index)
repeated .protocol.Key keys = 7;
int getKeysCount()
repeated .protocol.Key keys = 7;
List<? extends Protocol.KeyOrBuilder> getKeysOrBuilderList()
repeated .protocol.Key keys = 7;
Protocol.KeyOrBuilder getKeysOrBuilder(int index)
repeated .protocol.Key keys = 7;
Copyright © 2020. All rights reserved.