public static final class Contract.AssetIssueContract extends com.google.protobuf.GeneratedMessageV3 implements Contract.AssetIssueContractOrBuilder
protocol.AssetIssueContract| Modifier and Type | Class and Description |
|---|---|
static class |
Contract.AssetIssueContract.Builder
Protobuf type
protocol.AssetIssueContract |
static class |
Contract.AssetIssueContract.FrozenSupply
Protobuf type
protocol.AssetIssueContract.FrozenSupply |
static interface |
Contract.AssetIssueContract.FrozenSupplyOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ABBR_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
END_TIME_FIELD_NUMBER |
static int |
FREE_ASSET_NET_LIMIT_FIELD_NUMBER |
static int |
FROZEN_SUPPLY_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NUM_FIELD_NUMBER |
static int |
ORDER_FIELD_NUMBER |
static int |
OWNER_ADDRESS_FIELD_NUMBER |
static int |
PRECISION_FIELD_NUMBER |
static int |
PUBLIC_FREE_ASSET_NET_LIMIT_FIELD_NUMBER |
static int |
PUBLIC_FREE_ASSET_NET_USAGE_FIELD_NUMBER |
static int |
PUBLIC_LATEST_FREE_NET_TIME_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
TOTAL_SUPPLY_FIELD_NUMBER |
static int |
TRX_NUM_FIELD_NUMBER |
static int |
URL_FIELD_NUMBER |
static int |
VOTE_SCORE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.ByteString |
getAbbr()
bytes abbr = 3; |
static Contract.AssetIssueContract |
getDefaultInstance() |
Contract.AssetIssueContract |
getDefaultInstanceForType() |
com.google.protobuf.ByteString |
getDescription()
bytes description = 20; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEndTime()
int64 end_time = 10; |
long |
getFreeAssetNetLimit()
int64 free_asset_net_limit = 22; |
Contract.AssetIssueContract.FrozenSupply |
getFrozenSupply(int index)
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5; |
int |
getFrozenSupplyCount()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5; |
List<Contract.AssetIssueContract.FrozenSupply> |
getFrozenSupplyList()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5; |
Contract.AssetIssueContract.FrozenSupplyOrBuilder |
getFrozenSupplyOrBuilder(int index)
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5; |
List<? extends Contract.AssetIssueContract.FrozenSupplyOrBuilder> |
getFrozenSupplyOrBuilderList()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5; |
String |
getId()
string id = 41; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 41; |
com.google.protobuf.ByteString |
getName()
bytes name = 2; |
int |
getNum()
int32 num = 8; |
long |
getOrder()
useless
int64 order = 11; |
com.google.protobuf.ByteString |
getOwnerAddress()
bytes owner_address = 1; |
com.google.protobuf.Parser<Contract.AssetIssueContract> |
getParserForType() |
int |
getPrecision()
int32 precision = 7; |
long |
getPublicFreeAssetNetLimit()
int64 public_free_asset_net_limit = 23; |
long |
getPublicFreeAssetNetUsage()
int64 public_free_asset_net_usage = 24; |
long |
getPublicLatestFreeNetTime()
int64 public_latest_free_net_time = 25; |
int |
getSerializedSize() |
long |
getStartTime()
int64 start_time = 9; |
long |
getTotalSupply()
int64 total_supply = 4; |
int |
getTrxNum()
int32 trx_num = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.ByteString |
getUrl()
bytes url = 21; |
int |
getVoteScore()
int32 vote_score = 16; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Contract.AssetIssueContract.Builder |
newBuilder() |
static Contract.AssetIssueContract.Builder |
newBuilder(Contract.AssetIssueContract prototype) |
Contract.AssetIssueContract.Builder |
newBuilderForType() |
protected Contract.AssetIssueContract.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Contract.AssetIssueContract |
parseDelimitedFrom(InputStream input) |
static Contract.AssetIssueContract |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AssetIssueContract |
parseFrom(byte[] data) |
static Contract.AssetIssueContract |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AssetIssueContract |
parseFrom(ByteBuffer data) |
static Contract.AssetIssueContract |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AssetIssueContract |
parseFrom(com.google.protobuf.ByteString data) |
static Contract.AssetIssueContract |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AssetIssueContract |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Contract.AssetIssueContract |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Contract.AssetIssueContract |
parseFrom(InputStream input) |
static Contract.AssetIssueContract |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Contract.AssetIssueContract> |
parser() |
Contract.AssetIssueContract.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ID_FIELD_NUMBER
public static final int OWNER_ADDRESS_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int ABBR_FIELD_NUMBER
public static final int TOTAL_SUPPLY_FIELD_NUMBER
public static final int FROZEN_SUPPLY_FIELD_NUMBER
public static final int TRX_NUM_FIELD_NUMBER
public static final int PRECISION_FIELD_NUMBER
public static final int NUM_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int ORDER_FIELD_NUMBER
public static final int VOTE_SCORE_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
public static final int FREE_ASSET_NET_LIMIT_FIELD_NUMBER
public static final int PUBLIC_FREE_ASSET_NET_LIMIT_FIELD_NUMBER
public static final int PUBLIC_FREE_ASSET_NET_USAGE_FIELD_NUMBER
public static final int PUBLIC_LATEST_FREE_NET_TIME_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getId()
string id = 41;getId in interface Contract.AssetIssueContractOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
string id = 41;getIdBytes in interface Contract.AssetIssueContractOrBuilderpublic com.google.protobuf.ByteString getOwnerAddress()
bytes owner_address = 1;getOwnerAddress in interface Contract.AssetIssueContractOrBuilderpublic com.google.protobuf.ByteString getName()
bytes name = 2;getName in interface Contract.AssetIssueContractOrBuilderpublic com.google.protobuf.ByteString getAbbr()
bytes abbr = 3;getAbbr in interface Contract.AssetIssueContractOrBuilderpublic long getTotalSupply()
int64 total_supply = 4;getTotalSupply in interface Contract.AssetIssueContractOrBuilderpublic List<Contract.AssetIssueContract.FrozenSupply> getFrozenSupplyList()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;getFrozenSupplyList in interface Contract.AssetIssueContractOrBuilderpublic List<? extends Contract.AssetIssueContract.FrozenSupplyOrBuilder> getFrozenSupplyOrBuilderList()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;getFrozenSupplyOrBuilderList in interface Contract.AssetIssueContractOrBuilderpublic int getFrozenSupplyCount()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;getFrozenSupplyCount in interface Contract.AssetIssueContractOrBuilderpublic Contract.AssetIssueContract.FrozenSupply getFrozenSupply(int index)
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;getFrozenSupply in interface Contract.AssetIssueContractOrBuilderpublic Contract.AssetIssueContract.FrozenSupplyOrBuilder getFrozenSupplyOrBuilder(int index)
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;getFrozenSupplyOrBuilder in interface Contract.AssetIssueContractOrBuilderpublic int getTrxNum()
int32 trx_num = 6;getTrxNum in interface Contract.AssetIssueContractOrBuilderpublic int getPrecision()
int32 precision = 7;getPrecision in interface Contract.AssetIssueContractOrBuilderpublic int getNum()
int32 num = 8;getNum in interface Contract.AssetIssueContractOrBuilderpublic long getStartTime()
int64 start_time = 9;getStartTime in interface Contract.AssetIssueContractOrBuilderpublic long getEndTime()
int64 end_time = 10;getEndTime in interface Contract.AssetIssueContractOrBuilderpublic long getOrder()
useless
int64 order = 11;getOrder in interface Contract.AssetIssueContractOrBuilderpublic int getVoteScore()
int32 vote_score = 16;getVoteScore in interface Contract.AssetIssueContractOrBuilderpublic com.google.protobuf.ByteString getDescription()
bytes description = 20;getDescription in interface Contract.AssetIssueContractOrBuilderpublic com.google.protobuf.ByteString getUrl()
bytes url = 21;getUrl in interface Contract.AssetIssueContractOrBuilderpublic long getFreeAssetNetLimit()
int64 free_asset_net_limit = 22;getFreeAssetNetLimit in interface Contract.AssetIssueContractOrBuilderpublic long getPublicFreeAssetNetLimit()
int64 public_free_asset_net_limit = 23;getPublicFreeAssetNetLimit in interface Contract.AssetIssueContractOrBuilderpublic long getPublicFreeAssetNetUsage()
int64 public_free_asset_net_usage = 24;getPublicFreeAssetNetUsage in interface Contract.AssetIssueContractOrBuilderpublic long getPublicLatestFreeNetTime()
int64 public_latest_free_net_time = 25;getPublicLatestFreeNetTime in interface Contract.AssetIssueContractOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Contract.AssetIssueContract parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Contract.AssetIssueContract parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Contract.AssetIssueContract parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Contract.AssetIssueContract parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Contract.AssetIssueContract parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Contract.AssetIssueContract parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Contract.AssetIssueContract parseFrom(InputStream input) throws IOException
IOExceptionpublic static Contract.AssetIssueContract parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Contract.AssetIssueContract parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Contract.AssetIssueContract parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Contract.AssetIssueContract parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Contract.AssetIssueContract parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Contract.AssetIssueContract.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Contract.AssetIssueContract.Builder newBuilder()
public static Contract.AssetIssueContract.Builder newBuilder(Contract.AssetIssueContract prototype)
public Contract.AssetIssueContract.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Contract.AssetIssueContract.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Contract.AssetIssueContract getDefaultInstance()
public static com.google.protobuf.Parser<Contract.AssetIssueContract> parser()
public com.google.protobuf.Parser<Contract.AssetIssueContract> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Contract.AssetIssueContract getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.