@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class TopologyHistoryInfo extends Object implements org.apache.thrift.TBase<TopologyHistoryInfo,TopologyHistoryInfo._Fields>, Serializable, Cloneable, Comparable<TopologyHistoryInfo>
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TopologyHistoryInfo._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Map<TopologyHistoryInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> | metaDataMap | 
| Constructor and Description | 
|---|
| TopologyHistoryInfo() | 
| TopologyHistoryInfo(List<String> topo_ids) | 
| TopologyHistoryInfo(TopologyHistoryInfo other)Performs a deep copy on other. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add_to_topo_ids(String elem) | 
| void | clear() | 
| int | compareTo(TopologyHistoryInfo other) | 
| TopologyHistoryInfo | deepCopy() | 
| boolean | equals(Object that) | 
| boolean | equals(TopologyHistoryInfo that) | 
| TopologyHistoryInfo._Fields | fieldForId(int fieldId) | 
| Iterator<String> | get_topo_ids_iterator() | 
| int | get_topo_ids_size() | 
| List<String> | get_topo_ids() | 
| Object | getFieldValue(TopologyHistoryInfo._Fields field) | 
| int | hashCode() | 
| boolean | is_set_topo_ids()Returns true if field topo_ids is set (has been assigned a value) and false otherwise | 
| boolean | isSet(TopologyHistoryInfo._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise | 
| void | read(org.apache.thrift.protocol.TProtocol iprot) | 
| void | set_topo_ids_isSet(boolean value) | 
| void | set_topo_ids(List<String> topo_ids) | 
| void | setFieldValue(TopologyHistoryInfo._Fields field,
             Object value) | 
| String | toString() | 
| void | unset_topo_ids() | 
| void | validate() | 
| void | write(org.apache.thrift.protocol.TProtocol oprot) | 
public static final Map<TopologyHistoryInfo._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TopologyHistoryInfo()
public TopologyHistoryInfo(TopologyHistoryInfo other)
Performs a deep copy on other.
public TopologyHistoryInfo deepCopy()
deepCopy in interface org.apache.thrift.TBase<TopologyHistoryInfo,TopologyHistoryInfo._Fields>public void clear()
clear in interface org.apache.thrift.TBase<TopologyHistoryInfo,TopologyHistoryInfo._Fields>public int get_topo_ids_size()
public void add_to_topo_ids(String elem)
public void unset_topo_ids()
public boolean is_set_topo_ids()
Returns true if field topo_ids is set (has been assigned a value) and false otherwise
public void set_topo_ids_isSet(boolean value)
public void setFieldValue(TopologyHistoryInfo._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<TopologyHistoryInfo,TopologyHistoryInfo._Fields>public Object getFieldValue(TopologyHistoryInfo._Fields field)
getFieldValue in interface org.apache.thrift.TBase<TopologyHistoryInfo,TopologyHistoryInfo._Fields>public boolean isSet(TopologyHistoryInfo._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet in interface org.apache.thrift.TBase<TopologyHistoryInfo,TopologyHistoryInfo._Fields>public boolean equals(TopologyHistoryInfo that)
public int compareTo(TopologyHistoryInfo other)
compareTo in interface Comparable<TopologyHistoryInfo>public TopologyHistoryInfo._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<TopologyHistoryInfo,TopologyHistoryInfo._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<TopologyHistoryInfo,TopologyHistoryInfo._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<TopologyHistoryInfo,TopologyHistoryInfo._Fields>org.apache.thrift.TExceptionpublic void validate()
              throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.