Back to project page Pipe.
The source code is released under:
MIT License
If you think the Android project Pipe listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.westudio.android.protocol; /**/*from ww w. j av a 2 s . co m*/ * Autogenerated by Avro * * DO NOT EDIT DIRECTLY */ @SuppressWarnings("all") @org.apache.avro.specific.AvroGenerated public interface AvroAdResponse { public static final org.apache.avro.Protocol PROTOCOL = org.apache.avro.Protocol.parse("{\"protocol\":\"AvroAdResponse\",\"namespace\":\"com.westudio.java.protocol.v1\",\"types\":[{\"type\":\"record\",\"name\":\"Person\",\"fields\":[{\"name\":\"id\",\"type\":\"int\",\"default\":0},{\"name\":\"lastName\",\"type\":\"string\"},{\"name\":\"postCode\",\"type\":\"string\"},{\"name\":\"address1\",\"type\":\"string\"},{\"name\":\"address2\",\"type\":\"string\"},{\"name\":\"firstName\",\"type\":\"string\"},{\"name\":\"country\",\"type\":\"string\"},{\"name\":\"city\",\"type\":\"string\"}]},{\"type\":\"record\",\"name\":\"AdResponse\",\"fields\":[{\"name\":\"ads\",\"type\":{\"type\":\"array\",\"items\":\"Person\"}},{\"name\":\"errors\",\"type\":{\"type\":\"array\",\"items\":\"string\"},\"default\":[]}]}],\"messages\":{}}"); @SuppressWarnings("all") public interface Callback extends AvroAdResponse { public static final org.apache.avro.Protocol PROTOCOL = AvroAdResponse.PROTOCOL; } }