类 Gateway.publish_result
- java.lang.Object
-
- cool.taomu.framework.service.rpc.Gateway.publish_result
-
- 所有已实现的接口:
java.io.Serializable,java.lang.Cloneable,java.lang.Comparable<Gateway.publish_result>,org.apache.thrift.TBase<Gateway.publish_result,Gateway.publish_result._Fields>,org.apache.thrift.TSerializable
- 封闭类:
- Gateway
public static class Gateway.publish_result extends java.lang.Object implements org.apache.thrift.TBase<Gateway.publish_result,Gateway.publish_result._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Gateway.publish_result>
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classGateway.publish_result._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
字段概要
字段 修饰符和类型 字段 说明 static java.util.Map<Gateway.publish_result._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapResponsesuccess
-
构造器概要
构造器 构造器 说明 publish_result()publish_result(Gateway.publish_result other)Performs a deep copy on other.publish_result(Response success)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidclear()intcompareTo(Gateway.publish_result other)Gateway.publish_resultdeepCopy()booleanequals(Gateway.publish_result that)booleanequals(java.lang.Object that)Gateway.publish_result._FieldsfieldForId(int fieldId)java.lang.ObjectgetFieldValue(Gateway.publish_result._Fields field)ResponsegetSuccess()inthashCode()booleanisSet(Gateway.publish_result._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetSuccess()Returns true if field success is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(Gateway.publish_result._Fields field, java.lang.Object value)Gateway.publish_resultsetSuccess(Response success)voidsetSuccessIsSet(boolean value)java.lang.StringtoString()voidunsetSuccess()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
字段详细资料
-
success
public Response success
-
metaDataMap
public static final java.util.Map<Gateway.publish_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
构造器详细资料
-
publish_result
public publish_result()
-
publish_result
public publish_result(Response success)
-
publish_result
public publish_result(Gateway.publish_result other)
Performs a deep copy on other.
-
-
方法详细资料
-
deepCopy
public Gateway.publish_result deepCopy()
- 指定者:
deepCopy在接口中org.apache.thrift.TBase<Gateway.publish_result,Gateway.publish_result._Fields>
-
clear
public void clear()
- 指定者:
clear在接口中org.apache.thrift.TBase<Gateway.publish_result,Gateway.publish_result._Fields>
-
getSuccess
public Response getSuccess()
-
setSuccess
public Gateway.publish_result setSuccess(Response success)
-
unsetSuccess
public void unsetSuccess()
-
isSetSuccess
public boolean isSetSuccess()
Returns true if field success is set (has been assigned a value) and false otherwise
-
setSuccessIsSet
public void setSuccessIsSet(boolean value)
-
setFieldValue
public void setFieldValue(Gateway.publish_result._Fields field, java.lang.Object value)
- 指定者:
setFieldValue在接口中org.apache.thrift.TBase<Gateway.publish_result,Gateway.publish_result._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(Gateway.publish_result._Fields field)
- 指定者:
getFieldValue在接口中org.apache.thrift.TBase<Gateway.publish_result,Gateway.publish_result._Fields>
-
isSet
public boolean isSet(Gateway.publish_result._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- 指定者:
isSet在接口中org.apache.thrift.TBase<Gateway.publish_result,Gateway.publish_result._Fields>
-
equals
public boolean equals(java.lang.Object that)
- 覆盖:
equals在类中java.lang.Object
-
equals
public boolean equals(Gateway.publish_result that)
-
hashCode
public int hashCode()
- 覆盖:
hashCode在类中java.lang.Object
-
compareTo
public int compareTo(Gateway.publish_result other)
- 指定者:
compareTo在接口中java.lang.Comparable<Gateway.publish_result>
-
fieldForId
public Gateway.publish_result._Fields fieldForId(int fieldId)
- 指定者:
fieldForId在接口中org.apache.thrift.TBase<Gateway.publish_result,Gateway.publish_result._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException- 指定者:
read在接口中org.apache.thrift.TSerializable- 抛出:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException- 指定者:
write在接口中org.apache.thrift.TSerializable- 抛出:
org.apache.thrift.TException
-
toString
public java.lang.String toString()
- 覆盖:
toString在类中java.lang.Object
-
validate
public void validate() throws org.apache.thrift.TException- 抛出:
org.apache.thrift.TException
-
-