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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public String getId()
string id = 41;
getId
in interface Contract.AssetIssueContractOrBuilder
public com.google.protobuf.ByteString getIdBytes()
string id = 41;
getIdBytes
in interface Contract.AssetIssueContractOrBuilder
public com.google.protobuf.ByteString getOwnerAddress()
bytes owner_address = 1;
getOwnerAddress
in interface Contract.AssetIssueContractOrBuilder
public com.google.protobuf.ByteString getName()
bytes name = 2;
getName
in interface Contract.AssetIssueContractOrBuilder
public com.google.protobuf.ByteString getAbbr()
bytes abbr = 3;
getAbbr
in interface Contract.AssetIssueContractOrBuilder
public long getTotalSupply()
int64 total_supply = 4;
getTotalSupply
in interface Contract.AssetIssueContractOrBuilder
public List<Contract.AssetIssueContract.FrozenSupply> getFrozenSupplyList()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;
getFrozenSupplyList
in interface Contract.AssetIssueContractOrBuilder
public List<? extends Contract.AssetIssueContract.FrozenSupplyOrBuilder> getFrozenSupplyOrBuilderList()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;
getFrozenSupplyOrBuilderList
in interface Contract.AssetIssueContractOrBuilder
public int getFrozenSupplyCount()
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;
getFrozenSupplyCount
in interface Contract.AssetIssueContractOrBuilder
public Contract.AssetIssueContract.FrozenSupply getFrozenSupply(int index)
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;
getFrozenSupply
in interface Contract.AssetIssueContractOrBuilder
public Contract.AssetIssueContract.FrozenSupplyOrBuilder getFrozenSupplyOrBuilder(int index)
repeated .protocol.AssetIssueContract.FrozenSupply frozen_supply = 5;
getFrozenSupplyOrBuilder
in interface Contract.AssetIssueContractOrBuilder
public int getTrxNum()
int32 trx_num = 6;
getTrxNum
in interface Contract.AssetIssueContractOrBuilder
public int getPrecision()
int32 precision = 7;
getPrecision
in interface Contract.AssetIssueContractOrBuilder
public int getNum()
int32 num = 8;
getNum
in interface Contract.AssetIssueContractOrBuilder
public long getStartTime()
int64 start_time = 9;
getStartTime
in interface Contract.AssetIssueContractOrBuilder
public long getEndTime()
int64 end_time = 10;
getEndTime
in interface Contract.AssetIssueContractOrBuilder
public long getOrder()
useless
int64 order = 11;
getOrder
in interface Contract.AssetIssueContractOrBuilder
public int getVoteScore()
int32 vote_score = 16;
getVoteScore
in interface Contract.AssetIssueContractOrBuilder
public com.google.protobuf.ByteString getDescription()
bytes description = 20;
getDescription
in interface Contract.AssetIssueContractOrBuilder
public com.google.protobuf.ByteString getUrl()
bytes url = 21;
getUrl
in interface Contract.AssetIssueContractOrBuilder
public long getFreeAssetNetLimit()
int64 free_asset_net_limit = 22;
getFreeAssetNetLimit
in interface Contract.AssetIssueContractOrBuilder
public long getPublicFreeAssetNetLimit()
int64 public_free_asset_net_limit = 23;
getPublicFreeAssetNetLimit
in interface Contract.AssetIssueContractOrBuilder
public long getPublicFreeAssetNetUsage()
int64 public_free_asset_net_usage = 24;
getPublicFreeAssetNetUsage
in interface Contract.AssetIssueContractOrBuilder
public long getPublicLatestFreeNetTime()
int64 public_latest_free_net_time = 25;
getPublicLatestFreeNetTime
in interface Contract.AssetIssueContractOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Contract.AssetIssueContract parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Contract.AssetIssueContract parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Contract.AssetIssueContract parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Contract.AssetIssueContract parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Contract.AssetIssueContract parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Contract.AssetIssueContract parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Contract.AssetIssueContract parseFrom(InputStream input) throws IOException
IOException
public static Contract.AssetIssueContract parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Contract.AssetIssueContract parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Contract.AssetIssueContract parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Contract.AssetIssueContract parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Contract.AssetIssueContract parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Contract.AssetIssueContract.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Contract.AssetIssueContract.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Contract.AssetIssueContract getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2020. All rights reserved.