id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
6be7a6f1-7fdf-4540-bc41-a9c21fe574fc | public void setCustomText41(java.lang.String customText41)
{
this.customText41 = customText41;
} |
80a507a2-57ab-41f9-9100-1c1de1ad4f9c | public int getIPadX() {
return ipadx;
} |
7b911de7-718c-438c-81bb-f29874b22c45 | public crmondemand.xml.contact.query.QueryType getCustomText55() {
return this.customText55;
} |
d97e507f-e52a-4366-9395-d322aa595615 | public crmondemand.xml.contact.query.QueryType getCustomDate6() {
return this.customDate6;
} |
472d72cb-e257-4ee1-a104-3092fdffd075 | public void setCustomText72(crmondemand.xml.contact.query.QueryType customText72) {
this.customText72 = customText72;
} |
3659a3f5-31b0-40be-add3-e5bff9502998 | public void setCustomObject6Type(crmondemand.xml.contact.query.QueryType customObject6Type) {
this.customObject6Type = customObject6Type;
} |
f85ca224-853a-4e20-8743-d4601cb173bf | public void setOpportunityIntegrationId(crmondemand.xml.contact.query.QueryType opportunityIntegrationId) {
this.opportunityIntegrationId = opportunityIntegrationId;
} |
3915b4a3-dd67-4233-a4d6-3797dadd6582 | public crmondemand.xml.contact.query.QueryType getCreatedById() {
return this.createdById;
} |
9919dc97-9288-4f7b-82ba-9915f78f63c9 | public void setExamName(java.lang.String examName) {
this.examName = examName;
} |
7f0ec512-85c5-424e-b351-e12f5a0ca350 | public java.lang.String getCustomObject14IntegrationId()
{
return this.customObject14IntegrationId;
} |
8e39f83c-4074-4849-91c1-ab6beb6db77b | public crmondemand.xml.contact.query.QueryType getCustomText59() {
return this.customText59;
} |
61439fea-4ca0-46c8-bd5c-7b7848e2c2ce | public void setCustomPickList55(java.lang.String customPickList55) {
this.customPickList55 = customPickList55;
} |
663d1b7d-17e9-41c8-9087-bed611caa128 | public void setIndexedPick5(crmondemand.xml.contact.query.QueryType indexedPick5) {
this.indexedPick5 = indexedPick5;
} |
427364b5-d67f-4fcb-857a-bd0b022a17a0 | opcode cb_85 = new opcode() { public void handler(){ Z80.HL.SetL(RES(0,Z80.HL.L)); }} |
921aad6f-3cf0-441a-bad1-9aa0d64e69f1 | public void setCustomPickList92(java.lang.String customPickList92) {
this.customPickList92 = customPickList92;
} |
9c9bb20e-b2e7-4b5c-9ea5-821cc0cfe927 | @WebEndpoint(name = "ServiceSoap")
public ServiceSoap getServiceSoap() {
return super.getPort(new QName("http://www.valil.com/ChessWebService", "ServiceSoap"), ServiceSoap.class);
} |
64312775-5adc-49d3-867f-59786fd29917 | public void setCampaignStatus(java.lang.String campaignStatus) {
this.campaignStatus = campaignStatus;
} |
f8201ebe-f289-49e1-a818-2eeba7681e7d | public void setVehicleUsedNew(crmondemand.xml.customobject3.query.QueryType vehicleUsedNew) {
this.vehicleUsedNew = vehicleUsedNew;
} |
adb9f2c6-ba84-4404-a4ff-474e5f0ee604 | public crmondemand.xml.customobject6.query.QueryType getExamExternalSystemId() {
return this.examExternalSystemId;
} |
3362a475-1eb6-4d3d-adf2-fcf4de008f04 | public void setCustomText25(java.lang.String customText25) {
this.customText25 = customText25;
} |
e595d592-4590-41ff-bc47-25e6d758354b | public crmondemand.xml.contact.query.QueryType getCustomInteger0() {
return this.customInteger0;
} |
0e3b0f2d-d7c6-4753-91fe-306c7ee4f04f | public void setCustomInteger31(crmondemand.xml.customobject3.query.QueryType customInteger31) {
this.customInteger31 = customInteger31;
} |
edebe8a6-77c5-4ebe-b9f7-7273fef83eb0 | public FieldColumnPair(String columnName, DBItem value){
this.columnName = columnName;
this.value = value;
} |
8db0b77d-8180-4e00-b54e-b2b467ee93d6 | public void setCustomText47(crmondemand.xml.contact.query.QueryType customText47) {
this.customText47 = customText47;
} |
102edf3e-bed3-4b7b-8390-2057737d423b | public void setCustomObject8Type(crmondemand.xml.customobject6.query.QueryType customObject8Type) {
this.customObject8Type = customObject8Type;
} |
b5ea74af-c5fa-43fc-a529-81bcd6da2411 | public void setOrderId(java.lang.String orderId) {
this.orderId = orderId;
} |
018507e1-9f6f-4324-ab46-d92573b81171 | public crmondemand.xml.customobject6.query.QueryType getCustomObject6Id() {
return this.customObject6Id;
} |
1b305ee4-d44f-47c7-887d-a4903aa030d8 | @Test
public void testDetermineHandValueFourOfAKind() {
FiveCardPokerHand fourOfAKind1 = new FiveCardPokerHand();
assertTrue(fourOfAKind1.addCard(new Card(Suit.CLUB, Rank.SEVEN)));
assertTrue(fourOfAKind1.addCard(new Card(Suit.DIAMOND, Rank.SEVEN)));
assertTrue(fourOfAKind1.addCard(new Card(Suit.SPADE, Rank.SEVEN)));
assertTrue(fourOfAKind1.addCard(new Card(Suit.HEART, Rank.SEVEN)));
assertTrue(fourOfAKind1.addCard(new Card(Suit.SPADE, Rank.DEUCE)));
assertEquals("Hand " + fourOfAKind1 + " isn't recognized as a four of a kind hand",
PokerHandType.FOUR_OF_A_KIND, comparator.determineHandType(fourOfAKind1));
} |
4f94451e-d07a-49a0-b940-3af851474150 | public crmondemand.xml.customobject6.query.QueryType getCustomNumber41() {
return this.customNumber41;
} |
9592dd49-e21c-4ae3-9c5b-27fa83e149bb | public void setKpqpoints(int kpqpoints) {
this.kpqpoints = kpqpoints;
} |
a24ad503-5a83-404c-9f90-210867998695 | public void resolve() {
String color = "";
Object o = GuiUtils.getChoice("Choose mana color", Constant.Color.onlyColors);
color = Input_PayManaCostUtil.getShortColorString((String) o);
Ability_Mana abMana = new Ability_Mana(c, "0", color) {
private static final long serialVersionUID = -2182129023960978132L;
};
abMana.produceMana();
} |
0865c24d-c840-48ee-961c-46e38fd75960 | public void setCustomPickList6(java.lang.String customPickList6) {
this.customPickList6 = customPickList6;
} |
d1e14217-3a97-4fb5-a1b5-ece6d427529d | public java.lang.String getSalesPersonIDIntegrationId() {
return this.salesPersonIDIntegrationId;
} |
ff5c56f8-b057-4f3c-a9fe-7acb7e328be6 | public java.lang.String getCustomPickList41() {
return this.customPickList41;
} |
f681ef56-7b3c-44f2-8875-0bcd80ed69b0 | public void setCustomObject11IntegrationId(java.lang.String customObject11IntegrationId) {
this.customObject11IntegrationId = customObject11IntegrationId;
} |
fb3ed66c-4967-49bb-8491-47a6c14a6cc7 | public void setBrokerProfileId(crmondemand.xml.opportunity.query.QueryType brokerProfileId) {
this.brokerProfileId = brokerProfileId;
} |
035d61d3-f245-4ce7-b1e2-02d8461d8688 | public void setCustomNumber1(crmondemand.xml.contact.query.QueryType customNumber1) {
this.customNumber1 = customNumber1;
} |
95828f0b-d50c-49c2-90ae-cd7a4c2eb15e | public crmondemand.xml.customobject6.query.QueryType getCustomPickList49() {
return this.customPickList49;
} |
5c8c1ae7-c3ee-465c-a315-2c1dc10a4ab7 | public void setCustomBoolean4(crmondemand.xml.contact.query.QueryType customBoolean4) {
this.customBoolean4 = customBoolean4;
} |
6b506f42-18db-40a8-af67-9f0b975de56f | public static Cons walkUnwindProtectTree(Cons tree, Object [] MV_returnarray) {
if (tree.value == Stella.SYM_STELLA_SYS_UNWIND_PROTECT) {
{ Cons _return_temp = tree;
MV_returnarray[0] = Stella.SGT_STELLA_VOID;
return (_return_temp);
}
}
{ Cons _return_temp = Cons.cons(Stella.SYM_STELLA_SYS_UNWIND_PROTECT, Cons.walkListOfStatements(tree.rest).concatenate(Stella.NIL, Stella.NIL));
MV_returnarray[0] = Stella.SGT_STELLA_VOID;
return (_return_temp);
}
} |
f40981f1-7596-4d12-b7d9-1f377fbfb187 | public void setCodigo(int codigo) {
this.codigo = codigo;
} |
a38d9093-286c-4c64-8363-b7df633d99dc | public crmondemand.xml.contact.query.QueryType getCustomText50() {
return this.customText50;
} |
f27998cf-d912-4307-a58f-4ed67a0831d0 | public void setCustomDate56(java.util.Calendar customDate56) {
this.customDate56 = customDate56;
} |
5e4407d1-3392-4a8a-8b4f-a0ae924bce40 | public java.lang.String getCustomText59() {
return this.customText59;
} |
a74eda6c-adb1-49d7-a25b-10feb10b66da | public BibliothequeException(Throwable cause) {
super(cause);
} |
2b47af3a-37d6-4d16-bded-48d3ca099ba9 | public crmondemand.xml.contact.query.QueryType getCustomPickList53() {
return this.customPickList53;
} |
4480014b-ec36-4522-bbc9-386955482ea9 | public crmondemand.xml.customobject6.query.QueryType getFundRequestName() {
return this.fundRequestName;
} |
f761ab9f-1a57-4377-8cc3-2ba18e21f274 | public crmondemand.xml.customobject6.query.QueryType getCustomObject2Type() {
return this.customObject2Type;
} |
ab3b117f-24b4-4002-b925-a39eae3a4460 | public crmondemand.xml.contact.query.QueryType getCustomText48() {
return this.customText48;
} |
a92244c7-b535-410c-ba42-8f3b6be2b73c | public void setOwnerIntegrationId(crmondemand.xml.contact.query.QueryType ownerIntegrationId) {
this.ownerIntegrationId = ownerIntegrationId;
} |
e450e016-dcb8-4310-a849-de467ffb0802 | public void setOpportunityName(java.lang.String opportunityName) {
this.opportunityName = opportunityName;
} |
d9496384-5ea4-4eb6-a29e-cf9f45780739 | public crmondemand.xml.customobject6.query.QueryType getActivityType() {
return this.activityType;
} |
c920f8da-2fe4-41dc-821a-ccf40d960b97 | public java.lang.String getIndexedPick4() {
return this.indexedPick4;
} |
117cf9e0-6a31-4adb-9d13-4332c190ee4e | public crmondemand.xml.customobject6.query.QueryType getCustomObject15ExternalSystemId() {
return this.customObject15ExternalSystemId;
} |
04c3f4b9-c9d8-40f9-902e-eef0a8c4b919 | public crmondemand.xml.customobject6.query.QueryType getCustomInteger1() {
return this.customInteger1;
} |
730636ac-5b58-4c7e-9dad-e28ee7eef209 | public java.util.Calendar getCustomDate8() {
return this.customDate8;
} |
f8fe1d63-713d-4a5e-a2ab-0c5cc80e05a5 | public java.lang.String getCustomPickList73() {
return this.customPickList73;
} |
c85a8c42-e9f3-4d17-b2bc-77755bcf1538 | private void addShipProperty(MOB buyer, List<Environmental> V, ItemCollection extItems)
{
for(final Enumeration<Item> i=extItems.items();i.hasMoreElements();)
{
final Item I=i.nextElement();
if((I instanceof PrivateProperty)
&&(I instanceof BoardableShip)
&&(!I.amDestroyed()))
{
final PrivateProperty P = (PrivateProperty)I;
if(CMLib.law().doesOwnThisProperty(buyer,P))
{
final LandTitle titleI=(LandTitle)CMClass.getItem("GenTitle");
titleI.setLandPropertyID(I.Name());
if(!titleI.Name().endsWith(" (Copy)"))
titleI.setName(L("@x1 (Copy)",titleI.Name()));
titleI.text();
((Item)titleI).recoverPhyStats();
V.add(titleI);
}
}
}
} |
ccf0170f-0c98-4437-8609-5fe876a3ac8c | public void setType(java.lang.String type) {
this.type = type;
} |
f0751208-541a-43cf-847a-16054632ac4e | public crmondemand.xml.customobject3.query.QueryType getCustomNumber32() {
return this.customNumber32;
} |
080e7e1a-4267-4fff-98fa-6b64c2f23054 | private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.userid_list, JOutPiqi.userid_list.Builder, JOutPiqi.userid_listOrBuilder>
getUsersFieldBuilder() {
if (usersBuilder_ == null) {
usersBuilder_ = new com.google.protobuf.SingleFieldBuilder<
JOutPiqi.userid_list, JOutPiqi.userid_list.Builder, JOutPiqi.userid_listOrBuilder>(
users_,
getParentForChildren(),
isClean());
users_ = null;
}
return usersBuilder_;
}
// @@protoc_insertion_point(builder_scope:recipient)
}
static {
defaultInstance = new recipient(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:recipient)
}
public interface resultOrBuilder
extends com.google.protobuf.MessageOrBuilder {
// optional bool ok = 1;
boolean hasOk();
boolean getOk();
// optional bool stop = 2;
boolean hasStop();
boolean getStop();
}
public static final class result extends
com.google.protobuf.GeneratedMessage
implements resultOrBuilder {
// Use result.newBuilder() to construct.
private result(Builder builder) {
super(builder);
}
private result(boolean noInit) {}
private static final result defaultInstance;
public static result getDefaultInstance() {
return defaultInstance;
}
public result getDefaultInstanceForType() {
return defaultInstance;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return JOutPiqi.internal_static_result_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JOutPiqi.internal_static_result_fieldAccessorTable;
}
private int bitField0_;
// optional bool ok = 1;
public static final int OK_FIELD_NUMBER = 1;
private boolean ok_;
public boolean hasOk() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public boolean getOk() {
return ok_;
}
// optional bool stop = 2;
public static final int STOP_FIELD_NUMBER = 2;
private boolean stop_;
public boolean hasStop() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public boolean getStop() {
return stop_;
}
private void initFields() {
ok_ = false;
stop_ = false;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeBool(1, ok_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeBool(2, stop_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(1, ok_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(2, stop_);
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static JOutPiqi.result parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static JOutPiqi.result parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.result parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static JOutPiqi.result parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.result parseFrom(java.io.InputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static JOutPiqi.result parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.result parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input)) {
return builder.buildParsed();
} else {
return null;
}
}
public static JOutPiqi.result parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
return builder.buildParsed();
} else {
return null;
}
}
public static JOutPiqi.result parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static JOutPiqi.result parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(JOutPiqi.result prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder<Builder>
implements JOutPiqi.resultOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return JOutPiqi.internal_static_result_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JOutPiqi.internal_static_result_fieldAccessorTable;
}
// Construct using JOutPiqi.result.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
ok_ = false;
bitField0_ = (bitField0_ & ~0x00000001);
stop_ = false;
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return JOutPiqi.result.getDescriptor();
}
public JOutPiqi.result getDefaultInstanceForType() {
return JOutPiqi.result.getDefaultInstance();
}
public JOutPiqi.result build() {
JOutPiqi.result result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
private JOutPiqi.result buildParsed()
throws com.google.protobuf.InvalidProtocolBufferException {
JOutPiqi.result result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(
result).asInvalidProtocolBufferException();
}
return result;
}
public JOutPiqi.result buildPartial() {
JOutPiqi.result result = new JOutPiqi.result(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.ok_ = ok_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.stop_ = stop_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof JOutPiqi.result) {
return mergeFrom((JOutPiqi.result)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(JOutPiqi.result other) {
if (other == JOutPiqi.result.getDefaultInstance()) return this;
if (other.hasOk()) {
setOk(other.getOk());
}
if (other.hasStop()) {
setStop(other.getStop());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder(
this.getUnknownFields());
while (true) {
int tag = input.readTag();
switch (tag) {
case 0:
this.setUnknownFields(unknownFields.build());
onChanged();
return this;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
this.setUnknownFields(unknownFields.build());
onChanged();
return this;
}
break;
}
case 8: {
bitField0_ |= 0x00000001;
ok_ = input.readBool();
break;
}
case 16: {
bitField0_ |= 0x00000002;
stop_ = input.readBool();
break;
}
}
}
}
private int bitField0_;
// optional bool ok = 1;
private boolean ok_ ;
public boolean hasOk() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public boolean getOk() {
return ok_;
}
public Builder setOk(boolean value) {
bitField0_ |= 0x00000001;
ok_ = value;
onChanged();
return this;
}
public Builder clearOk() {
bitField0_ = (bitField0_ & ~0x00000001);
ok_ = false;
onChanged();
return this;
}
// optional bool stop = 2;
private boolean stop_ ;
public boolean hasStop() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public boolean getStop() {
return stop_;
}
public Builder setStop(boolean value) {
bitField0_ |= 0x00000002;
stop_ = value;
onChanged();
return this;
}
public Builder clearStop() {
bitField0_ = (bitField0_ & ~0x00000002);
stop_ = false;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:result)
}
static {
defaultInstance = new result(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:result)
}
public interface messageOrBuilder
extends com.google.protobuf.MessageOrBuilder {
// required .recipient recipient = 1;
boolean hasRecipient();
JOutPiqi.recipient getRecipient();
JOutPiqi.recipientOrBuilder getRecipientOrBuilder();
// required string command_name = 2;
boolean hasCommandName();
String getCommandName();
// repeated bytes command_args = 3;
java.util.List<com.google.protobuf.ByteString> getCommandArgsList();
int getCommandArgsCount();
com.google.protobuf.ByteString getCommandArgs(int index);
}
public static final class message extends
com.google.protobuf.GeneratedMessage
implements messageOrBuilder {
// Use message.newBuilder() to construct.
private message(Builder builder) {
super(builder);
}
private message(boolean noInit) {}
private static final message defaultInstance;
public static message getDefaultInstance() {
return defaultInstance;
}
public message getDefaultInstanceForType() {
return defaultInstance;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return JOutPiqi.internal_static_message_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JOutPiqi.internal_static_message_fieldAccessorTable;
}
private int bitField0_;
// required .recipient recipient = 1;
public static final int RECIPIENT_FIELD_NUMBER = 1;
private JOutPiqi.recipient recipient_;
public boolean hasRecipient() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public JOutPiqi.recipient getRecipient() {
return recipient_;
}
public JOutPiqi.recipientOrBuilder getRecipientOrBuilder() {
return recipient_;
}
// required string command_name = 2;
public static final int COMMAND_NAME_FIELD_NUMBER = 2;
private java.lang.Object commandName_;
public boolean hasCommandName() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public String getCommandName() {
java.lang.Object ref = commandName_;
if (ref instanceof String) {
return (String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
if (com.google.protobuf.Internal.isValidUtf8(bs)) {
commandName_ = s;
}
return s;
}
}
private com.google.protobuf.ByteString getCommandNameBytes() {
java.lang.Object ref = commandName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((String) ref);
commandName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
// repeated bytes command_args = 3;
public static final int COMMAND_ARGS_FIELD_NUMBER = 3;
private java.util.List<com.google.protobuf.ByteString> commandArgs_;
public java.util.List<com.google.protobuf.ByteString>
getCommandArgsList() {
return commandArgs_;
}
public int getCommandArgsCount() {
return commandArgs_.size();
}
public com.google.protobuf.ByteString getCommandArgs(int index) {
return commandArgs_.get(index);
}
private void initFields() {
recipient_ = JOutPiqi.recipient.getDefaultInstance();
commandName_ = "";
commandArgs_ = java.util.Collections.emptyList();;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (!hasRecipient()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasCommandName()) {
memoizedIsInitialized = 0;
return false;
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeMessage(1, recipient_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeBytes(2, getCommandNameBytes());
}
for (int i = 0; i < commandArgs_.size(); i++) {
output.writeBytes(3, commandArgs_.get(i));
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, recipient_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(2, getCommandNameBytes());
}
{
int dataSize = 0;
for (int i = 0; i < commandArgs_.size(); i++) {
dataSize += com.google.protobuf.CodedOutputStream
.computeBytesSizeNoTag(commandArgs_.get(i));
}
size += dataSize;
size += 1 * getCommandArgsList().size();
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static JOutPiqi.message parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static JOutPiqi.message parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.message parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static JOutPiqi.message parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.message parseFrom(java.io.InputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static JOutPiqi.message parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.message parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input)) {
return builder.buildParsed();
} else {
return null;
}
}
public static JOutPiqi.message parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
return builder.buildParsed();
} else {
return null;
}
}
public static JOutPiqi.message parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static JOutPiqi.message parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(JOutPiqi.message prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder<Builder>
implements JOutPiqi.messageOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return JOutPiqi.internal_static_message_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JOutPiqi.internal_static_message_fieldAccessorTable;
}
// Construct using JOutPiqi.message.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getRecipientFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
if (recipientBuilder_ == null) {
recipient_ = JOutPiqi.recipient.getDefaultInstance();
} else {
recipientBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
commandName_ = "";
bitField0_ = (bitField0_ & ~0x00000002);
commandArgs_ = java.util.Collections.emptyList();;
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return JOutPiqi.message.getDescriptor();
}
public JOutPiqi.message getDefaultInstanceForType() {
return JOutPiqi.message.getDefaultInstance();
}
public JOutPiqi.message build() {
JOutPiqi.message result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
private JOutPiqi.message buildParsed()
throws com.google.protobuf.InvalidProtocolBufferException {
JOutPiqi.message result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(
result).asInvalidProtocolBufferException();
}
return result;
}
public JOutPiqi.message buildPartial() {
JOutPiqi.message result = new JOutPiqi.message(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
if (recipientBuilder_ == null) {
result.recipient_ = recipient_;
} else {
result.recipient_ = recipientBuilder_.build();
}
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.commandName_ = commandName_;
if (((bitField0_ & 0x00000004) == 0x00000004)) {
commandArgs_ = java.util.Collections.unmodifiableList(commandArgs_);
bitField0_ = (bitField0_ & ~0x00000004);
}
result.commandArgs_ = commandArgs_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof JOutPiqi.message) {
return mergeFrom((JOutPiqi.message)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(JOutPiqi.message other) {
if (other == JOutPiqi.message.getDefaultInstance()) return this;
if (other.hasRecipient()) {
mergeRecipient(other.getRecipient());
}
if (other.hasCommandName()) {
setCommandName(other.getCommandName());
}
if (!other.commandArgs_.isEmpty()) {
if (commandArgs_.isEmpty()) {
commandArgs_ = other.commandArgs_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureCommandArgsIsMutable();
commandArgs_.addAll(other.commandArgs_);
}
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (!hasRecipient()) {
return false;
}
if (!hasCommandName()) {
return false;
}
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder(
this.getUnknownFields());
while (true) {
int tag = input.readTag();
switch (tag) {
case 0:
this.setUnknownFields(unknownFields.build());
onChanged();
return this;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
this.setUnknownFields(unknownFields.build());
onChanged();
return this;
}
break;
}
case 10: {
JOutPiqi.recipient.Builder subBuilder = JOutPiqi.recipient.newBuilder();
if (hasRecipient()) {
subBuilder.mergeFrom(getRecipient());
}
input.readMessage(subBuilder, extensionRegistry);
setRecipient(subBuilder.buildPartial());
break;
}
case 18: {
bitField0_ |= 0x00000002;
commandName_ = input.readBytes();
break;
}
case 26: {
ensureCommandArgsIsMutable();
commandArgs_.add(input.readBytes());
break;
}
}
}
}
private int bitField0_;
// required .recipient recipient = 1;
private JOutPiqi.recipient recipient_ = JOutPiqi.recipient.getDefaultInstance();
private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.recipient, JOutPiqi.recipient.Builder, JOutPiqi.recipientOrBuilder> recipientBuilder_;
public boolean hasRecipient() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public JOutPiqi.recipient getRecipient() {
if (recipientBuilder_ == null) {
return recipient_;
} else {
return recipientBuilder_.getMessage();
}
}
public Builder setRecipient(JOutPiqi.recipient value) {
if (recipientBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
recipient_ = value;
onChanged();
} else {
recipientBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
return this;
}
public Builder setRecipient(
JOutPiqi.recipient.Builder builderForValue) {
if (recipientBuilder_ == null) {
recipient_ = builderForValue.build();
onChanged();
} else {
recipientBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
return this;
}
public Builder mergeRecipient(JOutPiqi.recipient value) {
if (recipientBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001) &&
recipient_ != JOutPiqi.recipient.getDefaultInstance()) {
recipient_ =
JOutPiqi.recipient.newBuilder(recipient_).mergeFrom(value).buildPartial();
} else {
recipient_ = value;
}
onChanged();
} else {
recipientBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000001;
return this;
}
public Builder clearRecipient() {
if (recipientBuilder_ == null) {
recipient_ = JOutPiqi.recipient.getDefaultInstance();
onChanged();
} else {
recipientBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
public JOutPiqi.recipient.Builder getRecipientBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getRecipientFieldBuilder().getBuilder();
}
public JOutPiqi.recipientOrBuilder getRecipientOrBuilder() {
if (recipientBuilder_ != null) {
return recipientBuilder_.getMessageOrBuilder();
} else {
return recipient_;
}
}
private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.recipient, JOutPiqi.recipient.Builder, JOutPiqi.recipientOrBuilder>
getRecipientFieldBuilder() {
if (recipientBuilder_ == null) {
recipientBuilder_ = new com.google.protobuf.SingleFieldBuilder<
JOutPiqi.recipient, JOutPiqi.recipient.Builder, JOutPiqi.recipientOrBuilder>(
recipient_,
getParentForChildren(),
isClean());
recipient_ = null;
}
return recipientBuilder_;
}
// required string command_name = 2;
private java.lang.Object commandName_ = "";
public boolean hasCommandName() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public String getCommandName() {
java.lang.Object ref = commandName_;
if (!(ref instanceof String)) {
String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
commandName_ = s;
return s;
} else {
return (String) ref;
}
}
public Builder setCommandName(String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
commandName_ = value;
onChanged();
return this;
}
public Builder clearCommandName() {
bitField0_ = (bitField0_ & ~0x00000002);
commandName_ = getDefaultInstance().getCommandName();
onChanged();
return this;
}
void setCommandName(com.google.protobuf.ByteString value) {
bitField0_ |= 0x00000002;
commandName_ = value;
onChanged();
}
// repeated bytes command_args = 3;
private java.util.List<com.google.protobuf.ByteString> commandArgs_ = java.util.Collections.emptyList();;
private void ensureCommandArgsIsMutable() {
if (!((bitField0_ & 0x00000004) == 0x00000004)) {
commandArgs_ = new java.util.ArrayList<com.google.protobuf.ByteString>(commandArgs_);
bitField0_ |= 0x00000004;
}
}
public java.util.List<com.google.protobuf.ByteString>
getCommandArgsList() {
return java.util.Collections.unmodifiableList(commandArgs_);
}
public int getCommandArgsCount() {
return commandArgs_.size();
}
public com.google.protobuf.ByteString getCommandArgs(int index) {
return commandArgs_.get(index);
}
public Builder setCommandArgs(
int index, com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
ensureCommandArgsIsMutable();
commandArgs_.set(index, value);
onChanged();
return this;
}
public Builder addCommandArgs(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
ensureCommandArgsIsMutable();
commandArgs_.add(value);
onChanged();
return this;
}
public Builder addAllCommandArgs(
java.lang.Iterable<? extends com.google.protobuf.ByteString> values) {
ensureCommandArgsIsMutable();
super.addAll(values, commandArgs_);
onChanged();
return this;
}
public Builder clearCommandArgs() {
commandArgs_ = java.util.Collections.emptyList();;
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:message)
}
static {
defaultInstance = new message(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:message)
}
public interface timerOrBuilder
extends com.google.protobuf.MessageOrBuilder {
// required string id = 1;
boolean hasId();
String getId();
// required uint32 duration = 2;
boolean hasDuration();
int getDuration();
// required uint32 repeats = 3;
boolean hasRepeats();
int getRepeats();
}
public static final class timer extends
com.google.protobuf.GeneratedMessage
implements timerOrBuilder {
// Use timer.newBuilder() to construct.
private timer(Builder builder) {
super(builder);
}
private timer(boolean noInit) {}
private static final timer defaultInstance;
public static timer getDefaultInstance() {
return defaultInstance;
}
public timer getDefaultInstanceForType() {
return defaultInstance;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return JOutPiqi.internal_static_timer_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JOutPiqi.internal_static_timer_fieldAccessorTable;
}
private int bitField0_;
// required string id = 1;
public static final int ID_FIELD_NUMBER = 1;
private java.lang.Object id_;
public boolean hasId() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public String getId() {
java.lang.Object ref = id_;
if (ref instanceof String) {
return (String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
if (com.google.protobuf.Internal.isValidUtf8(bs)) {
id_ = s;
}
return s;
}
}
private com.google.protobuf.ByteString getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((String) ref);
id_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
// required uint32 duration = 2;
public static final int DURATION_FIELD_NUMBER = 2;
private int duration_;
public boolean hasDuration() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public int getDuration() {
return duration_;
}
// required uint32 repeats = 3;
public static final int REPEATS_FIELD_NUMBER = 3;
private int repeats_;
public boolean hasRepeats() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
public int getRepeats() {
return repeats_;
}
private void initFields() {
id_ = "";
duration_ = 0;
repeats_ = 0;
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (!hasId()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasDuration()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasRepeats()) {
memoizedIsInitialized = 0;
return false;
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeBytes(1, getIdBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeUInt32(2, duration_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
output.writeUInt32(3, repeats_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(1, getIdBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(2, duration_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(3, repeats_);
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static JOutPiqi.timer parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static JOutPiqi.timer parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.timer parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static JOutPiqi.timer parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.timer parseFrom(java.io.InputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static JOutPiqi.timer parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.timer parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input)) {
return builder.buildParsed();
} else {
return null;
}
}
public static JOutPiqi.timer parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
return builder.buildParsed();
} else {
return null;
}
}
public static JOutPiqi.timer parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static JOutPiqi.timer parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(JOutPiqi.timer prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder<Builder>
implements JOutPiqi.timerOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return JOutPiqi.internal_static_timer_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JOutPiqi.internal_static_timer_fieldAccessorTable;
}
// Construct using JOutPiqi.timer.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
id_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
duration_ = 0;
bitField0_ = (bitField0_ & ~0x00000002);
repeats_ = 0;
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return JOutPiqi.timer.getDescriptor();
}
public JOutPiqi.timer getDefaultInstanceForType() {
return JOutPiqi.timer.getDefaultInstance();
}
public JOutPiqi.timer build() {
JOutPiqi.timer result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
private JOutPiqi.timer buildParsed()
throws com.google.protobuf.InvalidProtocolBufferException {
JOutPiqi.timer result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(
result).asInvalidProtocolBufferException();
}
return result;
}
public JOutPiqi.timer buildPartial() {
JOutPiqi.timer result = new JOutPiqi.timer(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.id_ = id_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.duration_ = duration_;
if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
to_bitField0_ |= 0x00000004;
}
result.repeats_ = repeats_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof JOutPiqi.timer) {
return mergeFrom((JOutPiqi.timer)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(JOutPiqi.timer other) {
if (other == JOutPiqi.timer.getDefaultInstance()) return this;
if (other.hasId()) {
setId(other.getId());
}
if (other.hasDuration()) {
setDuration(other.getDuration());
}
if (other.hasRepeats()) {
setRepeats(other.getRepeats());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (!hasId()) {
return false;
}
if (!hasDuration()) {
return false;
}
if (!hasRepeats()) {
return false;
}
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder(
this.getUnknownFields());
while (true) {
int tag = input.readTag();
switch (tag) {
case 0:
this.setUnknownFields(unknownFields.build());
onChanged();
return this;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
this.setUnknownFields(unknownFields.build());
onChanged();
return this;
}
break;
}
case 10: {
bitField0_ |= 0x00000001;
id_ = input.readBytes();
break;
}
case 16: {
bitField0_ |= 0x00000002;
duration_ = input.readUInt32();
break;
}
case 24: {
bitField0_ |= 0x00000004;
repeats_ = input.readUInt32();
break;
}
}
}
}
private int bitField0_;
// required string id = 1;
private java.lang.Object id_ = "";
public boolean hasId() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public String getId() {
java.lang.Object ref = id_;
if (!(ref instanceof String)) {
String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
id_ = s;
return s;
} else {
return (String) ref;
}
}
public Builder setId(String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
id_ = value;
onChanged();
return this;
}
public Builder clearId() {
bitField0_ = (bitField0_ & ~0x00000001);
id_ = getDefaultInstance().getId();
onChanged();
return this;
}
void setId(com.google.protobuf.ByteString value) {
bitField0_ |= 0x00000001;
id_ = value;
onChanged();
}
// required uint32 duration = 2;
private int duration_ ;
public boolean hasDuration() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public int getDuration() {
return duration_;
}
public Builder setDuration(int value) {
bitField0_ |= 0x00000002;
duration_ = value;
onChanged();
return this;
}
public Builder clearDuration() {
bitField0_ = (bitField0_ & ~0x00000002);
duration_ = 0;
onChanged();
return this;
}
// required uint32 repeats = 3;
private int repeats_ ;
public boolean hasRepeats() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
public int getRepeats() {
return repeats_;
}
public Builder setRepeats(int value) {
bitField0_ |= 0x00000004;
repeats_ = value;
onChanged();
return this;
}
public Builder clearRepeats() {
bitField0_ = (bitField0_ & ~0x00000004);
repeats_ = 0;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:timer)
}
static {
defaultInstance = new timer(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:timer)
}
public interface actionOrBuilder
extends com.google.protobuf.MessageOrBuilder {
// optional string stop_timer = 1;
boolean hasStopTimer();
String getStopTimer();
// optional .timer start_timer = 2;
boolean hasStartTimer();
JOutPiqi.timer getStartTimer();
JOutPiqi.timerOrBuilder getStartTimerOrBuilder();
// optional .userid_list kick_player = 3;
boolean hasKickPlayer();
JOutPiqi.userid_list getKickPlayer();
JOutPiqi.userid_listOrBuilder getKickPlayerOrBuilder();
// optional .message message = 4;
boolean hasMessage();
JOutPiqi.message getMessage();
JOutPiqi.messageOrBuilder getMessageOrBuilder();
}
public static final class action extends
com.google.protobuf.GeneratedMessage
implements actionOrBuilder {
// Use action.newBuilder() to construct.
private action(Builder builder) {
super(builder);
}
private action(boolean noInit) {}
private static final action defaultInstance;
public static action getDefaultInstance() {
return defaultInstance;
}
public action getDefaultInstanceForType() {
return defaultInstance;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return JOutPiqi.internal_static_action_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JOutPiqi.internal_static_action_fieldAccessorTable;
}
private int bitField0_;
// optional string stop_timer = 1;
public static final int STOP_TIMER_FIELD_NUMBER = 1;
private java.lang.Object stopTimer_;
public boolean hasStopTimer() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public String getStopTimer() {
java.lang.Object ref = stopTimer_;
if (ref instanceof String) {
return (String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
if (com.google.protobuf.Internal.isValidUtf8(bs)) {
stopTimer_ = s;
}
return s;
}
}
private com.google.protobuf.ByteString getStopTimerBytes() {
java.lang.Object ref = stopTimer_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((String) ref);
stopTimer_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
// optional .timer start_timer = 2;
public static final int START_TIMER_FIELD_NUMBER = 2;
private JOutPiqi.timer startTimer_;
public boolean hasStartTimer() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public JOutPiqi.timer getStartTimer() {
return startTimer_;
}
public JOutPiqi.timerOrBuilder getStartTimerOrBuilder() {
return startTimer_;
}
// optional .userid_list kick_player = 3;
public static final int KICK_PLAYER_FIELD_NUMBER = 3;
private JOutPiqi.userid_list kickPlayer_;
public boolean hasKickPlayer() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
public JOutPiqi.userid_list getKickPlayer() {
return kickPlayer_;
}
public JOutPiqi.userid_listOrBuilder getKickPlayerOrBuilder() {
return kickPlayer_;
}
// optional .message message = 4;
public static final int MESSAGE_FIELD_NUMBER = 4;
private JOutPiqi.message message_;
public boolean hasMessage() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
public JOutPiqi.message getMessage() {
return message_;
}
public JOutPiqi.messageOrBuilder getMessageOrBuilder() {
return message_;
}
private void initFields() {
stopTimer_ = "";
startTimer_ = JOutPiqi.timer.getDefaultInstance();
kickPlayer_ = JOutPiqi.userid_list.getDefaultInstance();
message_ = JOutPiqi.message.getDefaultInstance();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (hasStartTimer()) {
if (!getStartTimer().isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
if (hasMessage()) {
if (!getMessage().isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeBytes(1, getStopTimerBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeMessage(2, startTimer_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
output.writeMessage(3, kickPlayer_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
output.writeMessage(4, message_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(1, getStopTimerBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, startTimer_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, kickPlayer_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, message_);
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static JOutPiqi.action parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static JOutPiqi.action parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.action parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static JOutPiqi.action parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.action parseFrom(java.io.InputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static JOutPiqi.action parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.action parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input)) {
return builder.buildParsed();
} else {
return null;
}
}
public static JOutPiqi.action parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
return builder.buildParsed();
} else {
return null;
}
}
public static JOutPiqi.action parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static JOutPiqi.action parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(JOutPiqi.action prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder<Builder>
implements JOutPiqi.actionOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return JOutPiqi.internal_static_action_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JOutPiqi.internal_static_action_fieldAccessorTable;
}
// Construct using JOutPiqi.action.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getStartTimerFieldBuilder();
getKickPlayerFieldBuilder();
getMessageFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
stopTimer_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
if (startTimerBuilder_ == null) {
startTimer_ = JOutPiqi.timer.getDefaultInstance();
} else {
startTimerBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000002);
if (kickPlayerBuilder_ == null) {
kickPlayer_ = JOutPiqi.userid_list.getDefaultInstance();
} else {
kickPlayerBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000004);
if (messageBuilder_ == null) {
message_ = JOutPiqi.message.getDefaultInstance();
} else {
messageBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000008);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return JOutPiqi.action.getDescriptor();
}
public JOutPiqi.action getDefaultInstanceForType() {
return JOutPiqi.action.getDefaultInstance();
}
public JOutPiqi.action build() {
JOutPiqi.action result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
private JOutPiqi.action buildParsed()
throws com.google.protobuf.InvalidProtocolBufferException {
JOutPiqi.action result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(
result).asInvalidProtocolBufferException();
}
return result;
}
public JOutPiqi.action buildPartial() {
JOutPiqi.action result = new JOutPiqi.action(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.stopTimer_ = stopTimer_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
if (startTimerBuilder_ == null) {
result.startTimer_ = startTimer_;
} else {
result.startTimer_ = startTimerBuilder_.build();
}
if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
to_bitField0_ |= 0x00000004;
}
if (kickPlayerBuilder_ == null) {
result.kickPlayer_ = kickPlayer_;
} else {
result.kickPlayer_ = kickPlayerBuilder_.build();
}
if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
to_bitField0_ |= 0x00000008;
}
if (messageBuilder_ == null) {
result.message_ = message_;
} else {
result.message_ = messageBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof JOutPiqi.action) {
return mergeFrom((JOutPiqi.action)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(JOutPiqi.action other) {
if (other == JOutPiqi.action.getDefaultInstance()) return this;
if (other.hasStopTimer()) {
setStopTimer(other.getStopTimer());
}
if (other.hasStartTimer()) {
mergeStartTimer(other.getStartTimer());
}
if (other.hasKickPlayer()) {
mergeKickPlayer(other.getKickPlayer());
}
if (other.hasMessage()) {
mergeMessage(other.getMessage());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (hasStartTimer()) {
if (!getStartTimer().isInitialized()) {
return false;
}
}
if (hasMessage()) {
if (!getMessage().isInitialized()) {
return false;
}
}
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder(
this.getUnknownFields());
while (true) {
int tag = input.readTag();
switch (tag) {
case 0:
this.setUnknownFields(unknownFields.build());
onChanged();
return this;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
this.setUnknownFields(unknownFields.build());
onChanged();
return this;
}
break;
}
case 10: {
bitField0_ |= 0x00000001;
stopTimer_ = input.readBytes();
break;
}
case 18: {
JOutPiqi.timer.Builder subBuilder = JOutPiqi.timer.newBuilder();
if (hasStartTimer()) {
subBuilder.mergeFrom(getStartTimer());
}
input.readMessage(subBuilder, extensionRegistry);
setStartTimer(subBuilder.buildPartial());
break;
}
case 26: {
JOutPiqi.userid_list.Builder subBuilder = JOutPiqi.userid_list.newBuilder();
if (hasKickPlayer()) {
subBuilder.mergeFrom(getKickPlayer());
}
input.readMessage(subBuilder, extensionRegistry);
setKickPlayer(subBuilder.buildPartial());
break;
}
case 34: {
JOutPiqi.message.Builder subBuilder = JOutPiqi.message.newBuilder();
if (hasMessage()) {
subBuilder.mergeFrom(getMessage());
}
input.readMessage(subBuilder, extensionRegistry);
setMessage(subBuilder.buildPartial());
break;
}
}
}
}
private int bitField0_;
// optional string stop_timer = 1;
private java.lang.Object stopTimer_ = "";
public boolean hasStopTimer() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public String getStopTimer() {
java.lang.Object ref = stopTimer_;
if (!(ref instanceof String)) {
String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
stopTimer_ = s;
return s;
} else {
return (String) ref;
}
}
public Builder setStopTimer(String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
stopTimer_ = value;
onChanged();
return this;
}
public Builder clearStopTimer() {
bitField0_ = (bitField0_ & ~0x00000001);
stopTimer_ = getDefaultInstance().getStopTimer();
onChanged();
return this;
}
void setStopTimer(com.google.protobuf.ByteString value) {
bitField0_ |= 0x00000001;
stopTimer_ = value;
onChanged();
}
// optional .timer start_timer = 2;
private JOutPiqi.timer startTimer_ = JOutPiqi.timer.getDefaultInstance();
private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.timer, JOutPiqi.timer.Builder, JOutPiqi.timerOrBuilder> startTimerBuilder_;
public boolean hasStartTimer() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public JOutPiqi.timer getStartTimer() {
if (startTimerBuilder_ == null) {
return startTimer_;
} else {
return startTimerBuilder_.getMessage();
}
}
public Builder setStartTimer(JOutPiqi.timer value) {
if (startTimerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
startTimer_ = value;
onChanged();
} else {
startTimerBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
return this;
}
public Builder setStartTimer(
JOutPiqi.timer.Builder builderForValue) {
if (startTimerBuilder_ == null) {
startTimer_ = builderForValue.build();
onChanged();
} else {
startTimerBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
return this;
}
public Builder mergeStartTimer(JOutPiqi.timer value) {
if (startTimerBuilder_ == null) {
if (((bitField0_ & 0x00000002) == 0x00000002) &&
startTimer_ != JOutPiqi.timer.getDefaultInstance()) {
startTimer_ =
JOutPiqi.timer.newBuilder(startTimer_).mergeFrom(value).buildPartial();
} else {
startTimer_ = value;
}
onChanged();
} else {
startTimerBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000002;
return this;
}
public Builder clearStartTimer() {
if (startTimerBuilder_ == null) {
startTimer_ = JOutPiqi.timer.getDefaultInstance();
onChanged();
} else {
startTimerBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
public JOutPiqi.timer.Builder getStartTimerBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getStartTimerFieldBuilder().getBuilder();
}
public JOutPiqi.timerOrBuilder getStartTimerOrBuilder() {
if (startTimerBuilder_ != null) {
return startTimerBuilder_.getMessageOrBuilder();
} else {
return startTimer_;
}
}
private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.timer, JOutPiqi.timer.Builder, JOutPiqi.timerOrBuilder>
getStartTimerFieldBuilder() {
if (startTimerBuilder_ == null) {
startTimerBuilder_ = new com.google.protobuf.SingleFieldBuilder<
JOutPiqi.timer, JOutPiqi.timer.Builder, JOutPiqi.timerOrBuilder>(
startTimer_,
getParentForChildren(),
isClean());
startTimer_ = null;
}
return startTimerBuilder_;
}
// optional .userid_list kick_player = 3;
private JOutPiqi.userid_list kickPlayer_ = JOutPiqi.userid_list.getDefaultInstance();
private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.userid_list, JOutPiqi.userid_list.Builder, JOutPiqi.userid_listOrBuilder> kickPlayerBuilder_;
public boolean hasKickPlayer() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
public JOutPiqi.userid_list getKickPlayer() {
if (kickPlayerBuilder_ == null) {
return kickPlayer_;
} else {
return kickPlayerBuilder_.getMessage();
}
}
public Builder setKickPlayer(JOutPiqi.userid_list value) {
if (kickPlayerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
kickPlayer_ = value;
onChanged();
} else {
kickPlayerBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
return this;
}
public Builder setKickPlayer(
JOutPiqi.userid_list.Builder builderForValue) {
if (kickPlayerBuilder_ == null) {
kickPlayer_ = builderForValue.build();
onChanged();
} else {
kickPlayerBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
return this;
}
public Builder mergeKickPlayer(JOutPiqi.userid_list value) {
if (kickPlayerBuilder_ == null) {
if (((bitField0_ & 0x00000004) == 0x00000004) &&
kickPlayer_ != JOutPiqi.userid_list.getDefaultInstance()) {
kickPlayer_ =
JOutPiqi.userid_list.newBuilder(kickPlayer_).mergeFrom(value).buildPartial();
} else {
kickPlayer_ = value;
}
onChanged();
} else {
kickPlayerBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000004;
return this;
}
public Builder clearKickPlayer() {
if (kickPlayerBuilder_ == null) {
kickPlayer_ = JOutPiqi.userid_list.getDefaultInstance();
onChanged();
} else {
kickPlayerBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
public JOutPiqi.userid_list.Builder getKickPlayerBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getKickPlayerFieldBuilder().getBuilder();
}
public JOutPiqi.userid_listOrBuilder getKickPlayerOrBuilder() {
if (kickPlayerBuilder_ != null) {
return kickPlayerBuilder_.getMessageOrBuilder();
} else {
return kickPlayer_;
}
}
private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.userid_list, JOutPiqi.userid_list.Builder, JOutPiqi.userid_listOrBuilder>
getKickPlayerFieldBuilder() {
if (kickPlayerBuilder_ == null) {
kickPlayerBuilder_ = new com.google.protobuf.SingleFieldBuilder<
JOutPiqi.userid_list, JOutPiqi.userid_list.Builder, JOutPiqi.userid_listOrBuilder>(
kickPlayer_,
getParentForChildren(),
isClean());
kickPlayer_ = null;
}
return kickPlayerBuilder_;
}
// optional .message message = 4;
private JOutPiqi.message message_ = JOutPiqi.message.getDefaultInstance();
private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.message, JOutPiqi.message.Builder, JOutPiqi.messageOrBuilder> messageBuilder_;
public boolean hasMessage() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
public JOutPiqi.message getMessage() {
if (messageBuilder_ == null) {
return message_;
} else {
return messageBuilder_.getMessage();
}
}
public Builder setMessage(JOutPiqi.message value) {
if (messageBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
message_ = value;
onChanged();
} else {
messageBuilder_.setMessage(value);
}
bitField0_ |= 0x00000008;
return this;
}
public Builder setMessage(
JOutPiqi.message.Builder builderForValue) {
if (messageBuilder_ == null) {
message_ = builderForValue.build();
onChanged();
} else {
messageBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
return this;
}
public Builder mergeMessage(JOutPiqi.message value) {
if (messageBuilder_ == null) {
if (((bitField0_ & 0x00000008) == 0x00000008) &&
message_ != JOutPiqi.message.getDefaultInstance()) {
message_ =
JOutPiqi.message.newBuilder(message_).mergeFrom(value).buildPartial();
} else {
message_ = value;
}
onChanged();
} else {
messageBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000008;
return this;
}
public Builder clearMessage() {
if (messageBuilder_ == null) {
message_ = JOutPiqi.message.getDefaultInstance();
onChanged();
} else {
messageBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000008);
return this;
}
public JOutPiqi.message.Builder getMessageBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getMessageFieldBuilder().getBuilder();
}
public JOutPiqi.messageOrBuilder getMessageOrBuilder() {
if (messageBuilder_ != null) {
return messageBuilder_.getMessageOrBuilder();
} else {
return message_;
}
}
private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.message, JOutPiqi.message.Builder, JOutPiqi.messageOrBuilder>
getMessageFieldBuilder() {
if (messageBuilder_ == null) {
messageBuilder_ = new com.google.protobuf.SingleFieldBuilder<
JOutPiqi.message, JOutPiqi.message.Builder, JOutPiqi.messageOrBuilder>(
message_,
getParentForChildren(),
isClean());
message_ = null;
}
return messageBuilder_;
}
// @@protoc_insertion_point(builder_scope:action)
}
static {
defaultInstance = new action(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:action)
}
public interface callback_responseOrBuilder
extends com.google.protobuf.MessageOrBuilder {
// required .result result = 1;
boolean hasResult();
JOutPiqi.result getResult();
JOutPiqi.resultOrBuilder getResultOrBuilder();
// required bytes state = 2;
boolean hasState();
com.google.protobuf.ByteString getState();
// repeated .action actions = 3;
java.util.List<JOutPiqi.action>
getActionsList();
JOutPiqi.action getActions(int index);
int getActionsCount();
java.util.List<? extends JOutPiqi.actionOrBuilder>
getActionsOrBuilderList();
JOutPiqi.actionOrBuilder getActionsOrBuilder(
int index);
}
public static final class callback_response extends
com.google.protobuf.GeneratedMessage
implements callback_responseOrBuilder {
// Use callback_response.newBuilder() to construct.
private callback_response(Builder builder) {
super(builder);
}
private callback_response(boolean noInit) {}
private static final callback_response defaultInstance;
public static callback_response getDefaultInstance() {
return defaultInstance;
}
public callback_response getDefaultInstanceForType() {
return defaultInstance;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return JOutPiqi.internal_static_callback_response_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JOutPiqi.internal_static_callback_response_fieldAccessorTable;
}
private int bitField0_;
// required .result result = 1;
public static final int RESULT_FIELD_NUMBER = 1;
private JOutPiqi.result result_;
public boolean hasResult() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public JOutPiqi.result getResult() {
return result_;
}
public JOutPiqi.resultOrBuilder getResultOrBuilder() {
return result_;
}
// required bytes state = 2;
public static final int STATE_FIELD_NUMBER = 2;
private com.google.protobuf.ByteString state_;
public boolean hasState() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public com.google.protobuf.ByteString getState() {
return state_;
}
// repeated .action actions = 3;
public static final int ACTIONS_FIELD_NUMBER = 3;
private java.util.List<JOutPiqi.action> actions_;
public java.util.List<JOutPiqi.action> getActionsList() {
return actions_;
}
public java.util.List<? extends JOutPiqi.actionOrBuilder>
getActionsOrBuilderList() {
return actions_;
}
public int getActionsCount() {
return actions_.size();
}
public JOutPiqi.action getActions(int index) {
return actions_.get(index);
}
public JOutPiqi.actionOrBuilder getActionsOrBuilder(
int index) {
return actions_.get(index);
}
private void initFields() {
result_ = JOutPiqi.result.getDefaultInstance();
state_ = com.google.protobuf.ByteString.EMPTY;
actions_ = java.util.Collections.emptyList();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (!hasResult()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasState()) {
memoizedIsInitialized = 0;
return false;
}
for (int i = 0; i < getActionsCount(); i++) {
if (!getActions(i).isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeMessage(1, result_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeBytes(2, state_);
}
for (int i = 0; i < actions_.size(); i++) {
output.writeMessage(3, actions_.get(i));
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, result_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(2, state_);
}
for (int i = 0; i < actions_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, actions_.get(i));
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static JOutPiqi.callback_response parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static JOutPiqi.callback_response parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.callback_response parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static JOutPiqi.callback_response parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.callback_response parseFrom(java.io.InputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static JOutPiqi.callback_response parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.callback_response parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input)) {
return builder.buildParsed();
} else {
return null;
}
}
public static JOutPiqi.callback_response parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
return builder.buildParsed();
} else {
return null;
}
}
public static JOutPiqi.callback_response parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static JOutPiqi.callback_response parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(JOutPiqi.callback_response prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder<Builder>
implements JOutPiqi.callback_responseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return JOutPiqi.internal_static_callback_response_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JOutPiqi.internal_static_callback_response_fieldAccessorTable;
}
// Construct using JOutPiqi.callback_response.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getResultFieldBuilder();
getActionsFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
if (resultBuilder_ == null) {
result_ = JOutPiqi.result.getDefaultInstance();
} else {
resultBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
state_ = com.google.protobuf.ByteString.EMPTY;
bitField0_ = (bitField0_ & ~0x00000002);
if (actionsBuilder_ == null) {
actions_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
} else {
actionsBuilder_.clear();
}
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return JOutPiqi.callback_response.getDescriptor();
}
public JOutPiqi.callback_response getDefaultInstanceForType() {
return JOutPiqi.callback_response.getDefaultInstance();
}
public JOutPiqi.callback_response build() {
JOutPiqi.callback_response result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
private JOutPiqi.callback_response buildParsed()
throws com.google.protobuf.InvalidProtocolBufferException {
JOutPiqi.callback_response result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(
result).asInvalidProtocolBufferException();
}
return result;
}
public JOutPiqi.callback_response buildPartial() {
JOutPiqi.callback_response result = new JOutPiqi.callback_response(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
if (resultBuilder_ == null) {
result.result_ = result_;
} else {
result.result_ = resultBuilder_.build();
}
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.state_ = state_;
if (actionsBuilder_ == null) {
if (((bitField0_ & 0x00000004) == 0x00000004)) {
actions_ = java.util.Collections.unmodifiableList(actions_);
bitField0_ = (bitField0_ & ~0x00000004);
}
result.actions_ = actions_;
} else {
result.actions_ = actionsBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof JOutPiqi.callback_response) {
return mergeFrom((JOutPiqi.callback_response)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(JOutPiqi.callback_response other) {
if (other == JOutPiqi.callback_response.getDefaultInstance()) return this;
if (other.hasResult()) {
mergeResult(other.getResult());
}
if (other.hasState()) {
setState(other.getState());
}
if (actionsBuilder_ == null) {
if (!other.actions_.isEmpty()) {
if (actions_.isEmpty()) {
actions_ = other.actions_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureActionsIsMutable();
actions_.addAll(other.actions_);
}
onChanged();
}
} else {
if (!other.actions_.isEmpty()) {
if (actionsBuilder_.isEmpty()) {
actionsBuilder_.dispose();
actionsBuilder_ = null;
actions_ = other.actions_;
bitField0_ = (bitField0_ & ~0x00000004);
actionsBuilder_ =
com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
getActionsFieldBuilder() : null;
} else {
actionsBuilder_.addAllMessages(other.actions_);
}
}
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (!hasResult()) {
return false;
}
if (!hasState()) {
return false;
}
for (int i = 0; i < getActionsCount(); i++) {
if (!getActions(i).isInitialized()) {
return false;
}
}
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder(
this.getUnknownFields());
while (true) {
int tag = input.readTag();
switch (tag) {
case 0:
this.setUnknownFields(unknownFields.build());
onChanged();
return this;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
this.setUnknownFields(unknownFields.build());
onChanged();
return this;
}
break;
}
case 10: {
JOutPiqi.result.Builder subBuilder = JOutPiqi.result.newBuilder();
if (hasResult()) {
subBuilder.mergeFrom(getResult());
}
input.readMessage(subBuilder, extensionRegistry);
setResult(subBuilder.buildPartial());
break;
}
case 18: {
bitField0_ |= 0x00000002;
state_ = input.readBytes();
break;
}
case 26: {
JOutPiqi.action.Builder subBuilder = JOutPiqi.action.newBuilder();
input.readMessage(subBuilder, extensionRegistry);
addActions(subBuilder.buildPartial());
break;
}
}
}
}
private int bitField0_;
// required .result result = 1;
private JOutPiqi.result result_ = JOutPiqi.result.getDefaultInstance();
private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.result, JOutPiqi.result.Builder, JOutPiqi.resultOrBuilder> resultBuilder_;
public boolean hasResult() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public JOutPiqi.result getResult() {
if (resultBuilder_ == null) {
return result_;
} else {
return resultBuilder_.getMessage();
}
}
public Builder setResult(JOutPiqi.result value) {
if (resultBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
result_ = value;
onChanged();
} else {
resultBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
return this;
}
public Builder setResult(
JOutPiqi.result.Builder builderForValue) {
if (resultBuilder_ == null) {
result_ = builderForValue.build();
onChanged();
} else {
resultBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
return this;
}
public Builder mergeResult(JOutPiqi.result value) {
if (resultBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001) &&
result_ != JOutPiqi.result.getDefaultInstance()) {
result_ =
JOutPiqi.result.newBuilder(result_).mergeFrom(value).buildPartial();
} else {
result_ = value;
}
onChanged();
} else {
resultBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000001;
return this;
}
public Builder clearResult() {
if (resultBuilder_ == null) {
result_ = JOutPiqi.result.getDefaultInstance();
onChanged();
} else {
resultBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
public JOutPiqi.result.Builder getResultBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getResultFieldBuilder().getBuilder();
}
public JOutPiqi.resultOrBuilder getResultOrBuilder() {
if (resultBuilder_ != null) {
return resultBuilder_.getMessageOrBuilder();
} else {
return result_;
}
}
private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.result, JOutPiqi.result.Builder, JOutPiqi.resultOrBuilder>
getResultFieldBuilder() {
if (resultBuilder_ == null) {
resultBuilder_ = new com.google.protobuf.SingleFieldBuilder<
JOutPiqi.result, JOutPiqi.result.Builder, JOutPiqi.resultOrBuilder>(
result_,
getParentForChildren(),
isClean());
result_ = null;
}
return resultBuilder_;
}
// required bytes state = 2;
private com.google.protobuf.ByteString state_ = com.google.protobuf.ByteString.EMPTY;
public boolean hasState() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public com.google.protobuf.ByteString getState() {
return state_;
}
public Builder setState(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
state_ = value;
onChanged();
return this;
}
public Builder clearState() {
bitField0_ = (bitField0_ & ~0x00000002);
state_ = getDefaultInstance().getState();
onChanged();
return this;
}
// repeated .action actions = 3;
private java.util.List<JOutPiqi.action> actions_ =
java.util.Collections.emptyList();
private void ensureActionsIsMutable() {
if (!((bitField0_ & 0x00000004) == 0x00000004)) {
actions_ = new java.util.ArrayList<JOutPiqi.action>(actions_);
bitField0_ |= 0x00000004;
}
}
private com.google.protobuf.RepeatedFieldBuilder<
JOutPiqi.action, JOutPiqi.action.Builder, JOutPiqi.actionOrBuilder> actionsBuilder_;
public java.util.List<JOutPiqi.action> getActionsList() {
if (actionsBuilder_ == null) {
return java.util.Collections.unmodifiableList(actions_);
} else {
return actionsBuilder_.getMessageList();
}
}
public int getActionsCount() {
if (actionsBuilder_ == null) {
return actions_.size();
} else {
return actionsBuilder_.getCount();
}
}
public JOutPiqi.action getActions(int index) {
if (actionsBuilder_ == null) {
return actions_.get(index);
} else {
return actionsBuilder_.getMessage(index);
}
}
public Builder setActions(
int index, JOutPiqi.action value) {
if (actionsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureActionsIsMutable();
actions_.set(index, value);
onChanged();
} else {
actionsBuilder_.setMessage(index, value);
}
return this;
}
public Builder setActions(
int index, JOutPiqi.action.Builder builderForValue) {
if (actionsBuilder_ == null) {
ensureActionsIsMutable();
actions_.set(index, builderForValue.build());
onChanged();
} else {
actionsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
public Builder addActions(JOutPiqi.action value) {
if (actionsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureActionsIsMutable();
actions_.add(value);
onChanged();
} else {
actionsBuilder_.addMessage(value);
}
return this;
}
public Builder addActions(
int index, JOutPiqi.action value) {
if (actionsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureActionsIsMutable();
actions_.add(index, value);
onChanged();
} else {
actionsBuilder_.addMessage(index, value);
}
return this;
}
public Builder addActions(
JOutPiqi.action.Builder builderForValue) {
if (actionsBuilder_ == null) {
ensureActionsIsMutable();
actions_.add(builderForValue.build());
onChanged();
} else {
actionsBuilder_.addMessage(builderForValue.build());
}
return this;
}
public Builder addActions(
int index, JOutPiqi.action.Builder builderForValue) {
if (actionsBuilder_ == null) {
ensureActionsIsMutable();
actions_.add(index, builderForValue.build());
onChanged();
} else {
actionsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
public Builder addAllActions(
java.lang.Iterable<? extends JOutPiqi.action> values) {
if (actionsBuilder_ == null) {
ensureActionsIsMutable();
super.addAll(values, actions_);
onChanged();
} else {
actionsBuilder_.addAllMessages(values);
}
return this;
}
public Builder clearActions() {
if (actionsBuilder_ == null) {
actions_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
} else {
actionsBuilder_.clear();
}
return this;
}
public Builder removeActions(int index) {
if (actionsBuilder_ == null) {
ensureActionsIsMutable();
actions_.remove(index);
onChanged();
} else {
actionsBuilder_.remove(index);
}
return this;
}
public JOutPiqi.action.Builder getActionsBuilder(
int index) {
return getActionsFieldBuilder().getBuilder(index);
}
public JOutPiqi.actionOrBuilder getActionsOrBuilder(
int index) {
if (actionsBuilder_ == null) {
return actions_.get(index); } else {
return actionsBuilder_.getMessageOrBuilder(index);
}
}
public java.util.List<? extends JOutPiqi.actionOrBuilder>
getActionsOrBuilderList() {
if (actionsBuilder_ != null) {
return actionsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(actions_);
}
}
public JOutPiqi.action.Builder addActionsBuilder() {
return getActionsFieldBuilder().addBuilder(
JOutPiqi.action.getDefaultInstance());
}
public JOutPiqi.action.Builder addActionsBuilder(
int index) {
return getActionsFieldBuilder().addBuilder(
index, JOutPiqi.action.getDefaultInstance());
}
public java.util.List<JOutPiqi.action.Builder>
getActionsBuilderList() {
return getActionsFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilder<
JOutPiqi.action, JOutPiqi.action.Builder, JOutPiqi.actionOrBuilder>
getActionsFieldBuilder() {
if (actionsBuilder_ == null) {
actionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
JOutPiqi.action, JOutPiqi.action.Builder, JOutPiqi.actionOrBuilder>(
actions_,
((bitField0_ & 0x00000004) == 0x00000004),
getParentForChildren(),
isClean());
actions_ = null;
}
return actionsBuilder_;
}
// @@protoc_insertion_point(builder_scope:callback_response)
}
static {
defaultInstance = new callback_response(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:callback_response)
}
public interface responseOrBuilder
extends com.google.protobuf.MessageOrBuilder {
// optional .callback_response response = 1;
boolean hasResponse();
JOutPiqi.callback_response getResponse();
JOutPiqi.callback_responseOrBuilder getResponseOrBuilder();
// optional .system_request system = 2;
boolean hasSystem();
JSystemPiqi.system_request getSystem();
JSystemPiqi.system_requestOrBuilder getSystemOrBuilder();
}
public static final class response extends
com.google.protobuf.GeneratedMessage
implements responseOrBuilder {
// Use response.newBuilder() to construct.
private response(Builder builder) {
super(builder);
}
private response(boolean noInit) {}
private static final response defaultInstance;
public static response getDefaultInstance() {
return defaultInstance;
}
public response getDefaultInstanceForType() {
return defaultInstance;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return JOutPiqi.internal_static_response_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JOutPiqi.internal_static_response_fieldAccessorTable;
}
private int bitField0_;
// optional .callback_response response = 1;
public static final int RESPONSE_FIELD_NUMBER = 1;
private JOutPiqi.callback_response response_;
public boolean hasResponse() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public JOutPiqi.callback_response getResponse() {
return response_;
}
public JOutPiqi.callback_responseOrBuilder getResponseOrBuilder() {
return response_;
}
// optional .system_request system = 2;
public static final int SYSTEM_FIELD_NUMBER = 2;
private JSystemPiqi.system_request system_;
public boolean hasSystem() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public JSystemPiqi.system_request getSystem() {
return system_;
}
public JSystemPiqi.system_requestOrBuilder getSystemOrBuilder() {
return system_;
}
private void initFields() {
response_ = JOutPiqi.callback_response.getDefaultInstance();
system_ = JSystemPiqi.system_request.getDefaultInstance();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (hasResponse()) {
if (!getResponse().isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
if (hasSystem()) {
if (!getSystem().isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeMessage(1, response_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeMessage(2, system_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, response_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, system_);
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static JOutPiqi.response parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static JOutPiqi.response parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.response parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data).buildParsed();
}
public static JOutPiqi.response parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return newBuilder().mergeFrom(data, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.response parseFrom(java.io.InputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static JOutPiqi.response parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static JOutPiqi.response parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input)) {
return builder.buildParsed();
} else {
return null;
}
}
public static JOutPiqi.response parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
Builder builder = newBuilder();
if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
return builder.buildParsed();
} else {
return null;
}
}
public static JOutPiqi.response parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return newBuilder().mergeFrom(input).buildParsed();
}
public static JOutPiqi.response parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return newBuilder().mergeFrom(input, extensionRegistry)
.buildParsed();
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(JOutPiqi.response prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder<Builder>
implements JOutPiqi.responseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return JOutPiqi.internal_static_response_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return JOutPiqi.internal_static_response_fieldAccessorTable;
}
// Construct using JOutPiqi.response.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getResponseFieldBuilder();
getSystemFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
if (responseBuilder_ == null) {
response_ = JOutPiqi.callback_response.getDefaultInstance();
} else {
responseBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
if (systemBuilder_ == null) {
system_ = JSystemPiqi.system_request.getDefaultInstance();
} else {
systemBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return JOutPiqi.response.getDescriptor();
}
public JOutPiqi.response getDefaultInstanceForType() {
return JOutPiqi.response.getDefaultInstance();
}
public JOutPiqi.response build() {
JOutPiqi.response result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
private JOutPiqi.response buildParsed()
throws com.google.protobuf.InvalidProtocolBufferException {
JOutPiqi.response result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(
result).asInvalidProtocolBufferException();
}
return result;
}
public JOutPiqi.response buildPartial() {
JOutPiqi.response result = new JOutPiqi.response(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
if (responseBuilder_ == null) {
result.response_ = response_;
} else {
result.response_ = responseBuilder_.build();
}
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
if (systemBuilder_ == null) {
result.system_ = system_;
} else {
result.system_ = systemBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof JOutPiqi.response) {
return mergeFrom((JOutPiqi.response)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(JOutPiqi.response other) {
if (other == JOutPiqi.response.getDefaultInstance()) return this;
if (other.hasResponse()) {
mergeResponse(other.getResponse());
}
if (other.hasSystem()) {
mergeSystem(other.getSystem());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (hasResponse()) {
if (!getResponse().isInitialized()) {
return false;
}
}
if (hasSystem()) {
if (!getSystem().isInitialized()) {
return false;
}
}
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder(
this.getUnknownFields());
while (true) {
int tag = input.readTag();
switch (tag) {
case 0:
this.setUnknownFields(unknownFields.build());
onChanged();
return this;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
this.setUnknownFields(unknownFields.build());
onChanged();
return this;
}
break;
}
case 10: {
JOutPiqi.callback_response.Builder subBuilder = JOutPiqi.callback_response.newBuilder();
if (hasResponse()) {
subBuilder.mergeFrom(getResponse());
}
input.readMessage(subBuilder, extensionRegistry);
setResponse(subBuilder.buildPartial());
break;
}
case 18: {
JSystemPiqi.system_request.Builder subBuilder = JSystemPiqi.system_request.newBuilder();
if (hasSystem()) {
subBuilder.mergeFrom(getSystem());
}
input.readMessage(subBuilder, extensionRegistry);
setSystem(subBuilder.buildPartial());
break;
}
}
}
}
private int bitField0_;
// optional .callback_response response = 1;
private JOutPiqi.callback_response response_ = JOutPiqi.callback_response.getDefaultInstance();
private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.callback_response, JOutPiqi.callback_response.Builder, JOutPiqi.callback_responseOrBuilder> responseBuilder_;
public boolean hasResponse() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public JOutPiqi.callback_response getResponse() {
if (responseBuilder_ == null) {
return response_;
} else {
return responseBuilder_.getMessage();
}
}
public Builder setResponse(JOutPiqi.callback_response value) {
if (responseBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
response_ = value;
onChanged();
} else {
responseBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
return this;
}
public Builder setResponse(
JOutPiqi.callback_response.Builder builderForValue) {
if (responseBuilder_ == null) {
response_ = builderForValue.build();
onChanged();
} else {
responseBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
return this;
}
public Builder mergeResponse(JOutPiqi.callback_response value) {
if (responseBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001) &&
response_ != JOutPiqi.callback_response.getDefaultInstance()) {
response_ =
JOutPiqi.callback_response.newBuilder(response_).mergeFrom(value).buildPartial();
} else {
response_ = value;
}
onChanged();
} else {
responseBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000001;
return this;
}
public Builder clearResponse() {
if (responseBuilder_ == null) {
response_ = JOutPiqi.callback_response.getDefaultInstance();
onChanged();
} else {
responseBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
public JOutPiqi.callback_response.Builder getResponseBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getResponseFieldBuilder().getBuilder();
}
public JOutPiqi.callback_responseOrBuilder getResponseOrBuilder() {
if (responseBuilder_ != null) {
return responseBuilder_.getMessageOrBuilder();
} else {
return response_;
}
}
private com.google.protobuf.SingleFieldBuilder<
JOutPiqi.callback_response, JOutPiqi.callback_response.Builder, JOutPiqi.callback_responseOrBuilder>
getResponseFieldBuilder() {
if (responseBuilder_ == null) {
responseBuilder_ = new com.google.protobuf.SingleFieldBuilder<
JOutPiqi.callback_response, JOutPiqi.callback_response.Builder, JOutPiqi.callback_responseOrBuilder>(
response_,
getParentForChildren(),
isClean());
response_ = null;
}
return responseBuilder_;
}
// optional .system_request system = 2;
private JSystemPiqi.system_request system_ = JSystemPiqi.system_request.getDefaultInstance();
private com.google.protobuf.SingleFieldBuilder<
JSystemPiqi.system_request, JSystemPiqi.system_request.Builder, JSystemPiqi.system_requestOrBuilder> systemBuilder_;
public boolean hasSystem() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public JSystemPiqi.system_request getSystem() {
if (systemBuilder_ == null) {
return system_;
} else {
return systemBuilder_.getMessage();
}
}
public Builder setSystem(JSystemPiqi.system_request value) {
if (systemBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
system_ = value;
onChanged();
} else {
systemBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
return this;
}
public Builder setSystem(
JSystemPiqi.system_request.Builder builderForValue) {
if (systemBuilder_ == null) {
system_ = builderForValue.build();
onChanged();
} else {
systemBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
return this;
}
public Builder mergeSystem(JSystemPiqi.system_request value) {
if (systemBuilder_ == null) {
if (((bitField0_ & 0x00000002) == 0x00000002) &&
system_ != JSystemPiqi.system_request.getDefaultInstance()) {
system_ =
JSystemPiqi.system_request.newBuilder(system_).mergeFrom(value).buildPartial();
} else {
system_ = value;
}
onChanged();
} else {
systemBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000002;
return this;
}
public Builder clearSystem() {
if (systemBuilder_ == null) {
system_ = JSystemPiqi.system_request.getDefaultInstance();
onChanged();
} else {
systemBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
public JSystemPiqi.system_request.Builder getSystemBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getSystemFieldBuilder().getBuilder();
}
public JSystemPiqi.system_requestOrBuilder getSystemOrBuilder() {
if (systemBuilder_ != null) {
return systemBuilder_.getMessageOrBuilder();
} else {
return system_;
}
}
private com.google.protobuf.SingleFieldBuilder<
JSystemPiqi.system_request, JSystemPiqi.system_request.Builder, JSystemPiqi.system_requestOrBuilder>
getSystemFieldBuilder() {
if (systemBuilder_ == null) {
systemBuilder_ = new com.google.protobuf.SingleFieldBuilder<
JSystemPiqi.system_request, JSystemPiqi.system_request.Builder, JSystemPiqi.system_requestOrBuilder>(
system_,
getParentForChildren(),
isClean());
system_ = null;
}
return systemBuilder_;
}
// @@protoc_insertion_point(builder_scope:response)
}
static {
defaultInstance = new response(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:response)
}
private static com.google.protobuf.Descriptors.Descriptor
internal_static_userid_list_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_userid_list_fieldAccessorTable;
private static com.google.protobuf.Descriptors.Descriptor
internal_static_recipient_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_recipient_fieldAccessorTable;
private static com.google.protobuf.Descriptors.Descriptor
internal_static_result_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_result_fieldAccessorTable;
private static com.google.protobuf.Descriptors.Descriptor
internal_static_message_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_message_fieldAccessorTable;
private static com.google.protobuf.Descriptors.Descriptor
internal_static_timer_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_timer_fieldAccessorTable;
private static com.google.protobuf.Descriptors.Descriptor
internal_static_action_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_action_fieldAccessorTable;
private static com.google.protobuf.Descriptors.Descriptor
internal_static_callback_response_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_callback_response_fieldAccessorTable;
private static com.google.protobuf.Descriptors.Descriptor
internal_static_response_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_response_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\020j-out.piqi.proto\032\023j-system.piqi.proto\"" +
"\033\n\013userid_list\022\014\n\004elem\030\001 \003(\t\"5\n\trecipien" +
"t\022\013\n\003all\030\001 \001(\010\022\033\n\005users\030\002 \001(\0132\014.userid_l" +
"ist\"\"\n\006result\022\n\n\002ok\030\001 \001(\010\022\014\n\004stop\030\002 \001(\010\"" +
"T\n\007message\022\035\n\trecipient\030\001 \002(\0132\n.recipien" +
"t\022\024\n\014command_name\030\002 \002(\t\022\024\n\014command_args\030" +
"\003 \003(\014\"6\n\005timer\022\n\n\002id\030\001 \002(\t\022\020\n\010duration\030\002" +
" \002(\r\022\017\n\007repeats\030\003 \002(\r\"w\n\006action\022\022\n\nstop_" +
"timer\030\001 \001(\t\022\033\n\013start_timer\030\002 \001(\0132\006.timer" +
"\022!\n\013kick_player\030\003 \001(\0132\014.userid_list\022\031\n\007m",
"essage\030\004 \001(\0132\010.message\"U\n\021callback_respo" +
"nse\022\027\n\006result\030\001 \002(\0132\007.result\022\r\n\005state\030\002 " +
"\002(\014\022\030\n\007actions\030\003 \003(\0132\007.action\"Q\n\010respons" +
"e\022$\n\010response\030\001 \001(\0132\022.callback_response\022" +
"\037\n\006system\030\002 \001(\0132\017.system_request"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
internal_static_userid_list_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_userid_list_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_userid_list_descriptor,
new java.lang.String[] { "Elem", },
JOutPiqi.userid_list.class,
JOutPiqi.userid_list.Builder.class);
internal_static_recipient_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_recipient_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_recipient_descriptor,
new java.lang.String[] { "All", "Users", },
JOutPiqi.recipient.class,
JOutPiqi.recipient.Builder.class);
internal_static_result_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_result_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_result_descriptor,
new java.lang.String[] { "Ok", "Stop", },
JOutPiqi.result.class,
JOutPiqi.result.Builder.class);
internal_static_message_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_message_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_message_descriptor,
new java.lang.String[] { "Recipient", "CommandName", "CommandArgs", },
JOutPiqi.message.class,
JOutPiqi.message.Builder.class);
internal_static_timer_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_timer_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_timer_descriptor,
new java.lang.String[] { "Id", "Duration", "Repeats", },
JOutPiqi.timer.class,
JOutPiqi.timer.Builder.class);
internal_static_action_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_action_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_action_descriptor,
new java.lang.String[] { "StopTimer", "StartTimer", "KickPlayer", "Message", },
JOutPiqi.action.class,
JOutPiqi.action.Builder.class);
internal_static_callback_response_descriptor =
getDescriptor().getMessageTypes().get(6);
internal_static_callback_response_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_callback_response_descriptor,
new java.lang.String[] { "Result", "State", "Actions", },
JOutPiqi.callback_response.class,
JOutPiqi.callback_response.Builder.class);
internal_static_response_descriptor =
getDescriptor().getMessageTypes().get(7);
internal_static_response_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_response_descriptor,
new java.lang.String[] { "Response", "System", },
JOutPiqi.response.class,
JOutPiqi.response.Builder.class);
return null;
}
} |
48952bb2-3b67-4f87-b951-e13b97078d07 | public void setSerialNumber(crmondemand.xml.customobject6.query.QueryType serialNumber) {
this.serialNumber = serialNumber;
} |
065bf4b4-c8fc-43f6-8e48-799c7e0dbf6b | public crmondemand.xml.contact.query.QueryType getCustomPickList69() {
return this.customPickList69;
} |
85175418-55ac-4678-91ed-4ea32ed46922 | public void setCustomText65(java.lang.String customText65) {
this.customText65 = customText65;
} |
b1052c09-16a0-4aea-8bd4-5170b95aafcf | public void setPortfolioIntegrationId(java.lang.String portfolioIntegrationId) {
this.portfolioIntegrationId = portfolioIntegrationId;
} |
e1559aaa-d400-4c9a-bafa-d99666e7df1a | public BigInteger getBottom() {
return bottom;
} |
33ccfe13-bb3d-4b29-9cd3-a7a8201cfb1c | public crmondemand.xml.customobject6.query.QueryType getCustomObject15Type() {
return this.customObject15Type;
} |
2fcfca01-56e2-45db-9ff6-0b5f96c9bc3a | public java.util.Calendar getCustomDate11() {
return this.customDate11;
} |
b1c533ad-212a-479a-99f0-619fc870e0af | public void setCustomDate14(java.util.Calendar customDate14) {
this.customDate14 = customDate14;
} |
08d0802f-08d1-4cd5-8f5f-6074d85540ac | public void setCustomPickList56(crmondemand.xml.opportunity.query.QueryType customPickList56) {
this.customPickList56 = customPickList56;
} |
85033879-7e27-4092-82ad-fd3df70e0161 | public void test_get_DateTimeField_null() {
this.TEST_DATE_TIME.get((DateTimeField) null);
}
// -----------------------------------------------------------------------
// getLong(DateTimeField)
// -----------------------------------------------------------------------
@Test(groups = { "tck" } |
2ec6f12e-842a-4544-affa-c02979733c70 | public void setCustomText66(crmondemand.xml.contact.query.QueryType customText66) {
this.customText66 = customText66;
} |
e57ec7d5-85d3-4422-8366-36bd024c21b2 | public crmondemand.xml.contact.query.QueryType getCustomPickList75() {
return this.customPickList75;
} |
c6659cea-2176-4c6d-a3f1-4dadc18690b1 | public void setCustomDate48(java.util.Calendar customDate48) {
this.customDate48 = customDate48;
} |
b5c5604c-1bce-4ac7-8539-53d3dccea101 | public TestTower(int x, int y) {
sprite = Sprite.testTower;
this.size = sprite.SIZE;
this.x = x ;
this.y = y ;
} |
b777ad39-6b4d-40d2-988d-a435687416d4 | public crmondemand.xml.customobject6.query.QueryType getCampaignId() {
return this.campaignId;
} |
7930b76a-8d7b-4186-b561-8958f9a6c5bd | public void test_plusYears_long_negative() {
OffsetDate t = this.TEST_2007_07_15_PONE.plusYears(-1);
assertEquals(t, OffsetDate.of(2006, 7, 15, OFFSET_PONE));
}
@Test(groups = { "tck" } |
31988ca2-6315-4f26-a5a6-1eb31ba03e15 | public void setCustomNumber29(java.math.BigDecimal customNumber29) {
this.customNumber29 = customNumber29;
} |
7296323a-e8d9-4b4d-9960-c98adcc49b1c | public void setCustomInteger15(crmondemand.xml.contact.query.QueryType customInteger15) {
this.customInteger15 = customInteger15;
} |
9924049f-87bc-44f6-b57f-c4eeb2059462 | public void pushScope() {
SymbolTable tmp = new SymbolTable();
tmp.setOpenScope(this.scopes.peek());
this.scopes.push(tmp);
} |
0d961949-3b4e-49fa-8ef9-818c0cbc3d42 | @Test
public void testCompareNonFullHands3() {
FiveCardPokerHand hand1 = new FiveCardPokerHand();
FiveCardPokerHand hand2 = new FiveCardPokerHand();
assertTrue(hand2.addCard(new Card(Suit.HEART, Rank.KING)));
assertTrue(hand2.addCard(new Card(Suit.HEART, Rank.TEN)));
assertTrue(hand2.addCard(new Card(Suit.HEART, Rank.NINE)));
assertTrue(comparator.compare(hand1, hand2) == 0);
} |
363e685c-f37f-4928-aee5-92fbbfa30e16 | public java.lang.Boolean getCustomBoolean14() {
return this.customBoolean14;
} |
83873c53-9d15-4302-baff-e6b981cfa155 | public void setOwnerFullName(java.lang.String ownerFullName) {
this.ownerFullName = ownerFullName;
} |
24db05f8-850c-4c89-a15a-785bb92d72a3 | public java.lang.String getTransactionName() {
return this.transactionName;
} |
472434ea-6f6c-44fd-ac79-0e5b86f0be24 | public void setCreatedByLastName(crmondemand.xml.contact.query.QueryType createdByLastName) {
this.createdByLastName = createdByLastName;
} |
f6e756a3-1707-4664-81f6-834f3e1bec3c | public crmondemand.xml.contact.query.QueryType getCustomDate44() {
return this.customDate44;
} |
41b270e3-3dd7-4dc5-ab6e-603aa784d677 | public crmondemand.xml.customobject6.query.QueryType getCustomObject9Name() {
return this.customObject9Name;
} |
a056724f-1114-4d7f-9a55-6dcc6d6c062d | public crmondemand.xml.contact.query.QueryType getCustomDate48() {
return this.customDate48;
} |
8c9665e1-7866-47d9-a9d1-16bae549f763 | public Builder vsync(boolean vsync) {
this.vsync = vsync;
return this;
} |
4032ce08-7b43-41e0-a0f1-abb1e1ee8b27 | public void setIndexedNumber0(java.math.BigDecimal indexedNumber0) {
this.indexedNumber0 = indexedNumber0;
} |
b0074529-d642-44dc-a629-7f7ac365efc7 | public java.lang.String getMessageResponseMessage() {
return this.messageResponseMessage;
} |
04f28f1c-f3de-4f42-a577-d84d7681e24b | public void setCustomDate5(crmondemand.xml.contact.query.QueryType customDate5) {
this.customDate5 = customDate5;
} |
76a86a37-af41-40ac-a60b-60ed0424b623 | public java.util.Calendar getCustomDate35() {
return this.customDate35;
} |
769ce0f5-0b53-4262-9957-9cb73b1704a4 | public void setCreatedById(crmondemand.xml.customobject6.query.QueryType createdById) {
this.createdById = createdById;
} |
1e615e6d-6edf-4445-8730-eef1b7a6989d | public synchronized void V() {
value++;
notify();
} |
2740dded-16a4-4380-b222-5b207f6a63e2 | public crmondemand.xml.contact.query.QueryType getCustomText78() {
return this.customText78;
} |
7737e587-d6fa-4b92-a601-c18c567cae6b | public crmondemand.xml.customobject6.query.QueryType getCustomObject12Name() {
return this.customObject12Name;
} |
ea15f936-1f60-41e4-84ec-32eb1a676d75 | public java.lang.Integer getCustomInteger5() {
return this.customInteger5;
} |
3a597850-1adb-4f9a-93ae-abd761672d23 | public crmondemand.xml.customobject6.query.QueryType getCustomNumber26() {
return this.customNumber26;
} |
e5af6df1-ac26-4821-90df-3fd8f5f4efcd | public void setCustomText61(crmondemand.xml.opportunity.query.QueryType customText61) {
this.customText61 = customText61;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.