From e48a7c0c45cf002e8865dc316766dd9074790d90 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 23 Nov 2018 15:06:52 +0100 Subject: [thrift] Sat interface for getting predefined shares/filters --- .../org/openslx/bwlp/thrift/iface/LdapFilter.java | 220 ++++++++++++++++++++- 1 file changed, 216 insertions(+), 4 deletions(-) (limited to 'src/main/java/org/openslx/bwlp/thrift/iface/LdapFilter.java') diff --git a/src/main/java/org/openslx/bwlp/thrift/iface/LdapFilter.java b/src/main/java/org/openslx/bwlp/thrift/iface/LdapFilter.java index f5e3a8c..ba80e7b 100644 --- a/src/main/java/org/openslx/bwlp/thrift/iface/LdapFilter.java +++ b/src/main/java/org/openslx/bwlp/thrift/iface/LdapFilter.java @@ -34,12 +34,14 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = "2018-06-13") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = "2018-11-23") public class LdapFilter implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("LdapFilter"); private static final org.apache.thrift.protocol.TField ATTRIBUTE_FIELD_DESC = new org.apache.thrift.protocol.TField("attribute", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField VALUE_FIELD_DESC = new org.apache.thrift.protocol.TField("value", org.apache.thrift.protocol.TType.STRING, (short)2); + private static final org.apache.thrift.protocol.TField FILTER_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("filterId", org.apache.thrift.protocol.TType.I32, (short)3); + private static final org.apache.thrift.protocol.TField TITLE_FIELD_DESC = new org.apache.thrift.protocol.TField("title", org.apache.thrift.protocol.TType.STRING, (short)4); private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>(); static { @@ -49,11 +51,15 @@ public class LdapFilter implements org.apache.thrift.TBase byName = new HashMap(); @@ -72,6 +78,10 @@ public class LdapFilter implements org.apache.thrift.TBase metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); @@ -119,6 +132,10 @@ public class LdapFilter implements org.apache.thrift.TBaseother. */ public LdapFilter(LdapFilter other) { + __isset_bitfield = other.__isset_bitfield; if (other.isSetAttribute()) { this.attribute = other.attribute; } if (other.isSetValue()) { this.value = other.value; } + this.filterId = other.filterId; + if (other.isSetTitle()) { + this.title = other.title; + } } public LdapFilter deepCopy() { @@ -155,6 +177,9 @@ public class LdapFilter implements org.apache.thrift.TBase