public static class EntitlementService.getDecision_args extends Object implements org.apache.thrift.TBase<EntitlementService.getDecision_args,EntitlementService.getDecision_args._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
EntitlementService.getDecision_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<EntitlementService.getDecision_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
request |
String |
sessionId |
Constructor and Description |
---|
EntitlementService.getDecision_args() |
EntitlementService.getDecision_args(EntitlementService.getDecision_args other)
Performs a deep copy on other.
|
EntitlementService.getDecision_args(String request,
String sessionId) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(EntitlementService.getDecision_args other) |
EntitlementService.getDecision_args |
deepCopy() |
boolean |
equals(EntitlementService.getDecision_args that) |
boolean |
equals(Object that) |
EntitlementService.getDecision_args._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(EntitlementService.getDecision_args._Fields field) |
String |
getRequest() |
String |
getSessionId() |
int |
hashCode() |
boolean |
isSet(EntitlementService.getDecision_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetRequest()
Returns true if field request is set (has been assigned a value) and false otherwise
|
boolean |
isSetSessionId()
Returns true if field sessionId is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(EntitlementService.getDecision_args._Fields field,
Object value) |
EntitlementService.getDecision_args |
setRequest(String request) |
void |
setRequestIsSet(boolean value) |
EntitlementService.getDecision_args |
setSessionId(String sessionId) |
void |
setSessionIdIsSet(boolean value) |
String |
toString() |
void |
unsetRequest() |
void |
unsetSessionId() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<EntitlementService.getDecision_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public String request
public String sessionId
public EntitlementService.getDecision_args()
public EntitlementService.getDecision_args(String request, String sessionId)
public EntitlementService.getDecision_args(EntitlementService.getDecision_args other)
public EntitlementService.getDecision_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<EntitlementService.getDecision_args,EntitlementService.getDecision_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<EntitlementService.getDecision_args,EntitlementService.getDecision_args._Fields>
public String getRequest()
public EntitlementService.getDecision_args setRequest(String request)
public void unsetRequest()
public boolean isSetRequest()
public void setRequestIsSet(boolean value)
public String getSessionId()
public EntitlementService.getDecision_args setSessionId(String sessionId)
public void unsetSessionId()
public boolean isSetSessionId()
public void setSessionIdIsSet(boolean value)
public void setFieldValue(EntitlementService.getDecision_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<EntitlementService.getDecision_args,EntitlementService.getDecision_args._Fields>
public Object getFieldValue(EntitlementService.getDecision_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<EntitlementService.getDecision_args,EntitlementService.getDecision_args._Fields>
public boolean isSet(EntitlementService.getDecision_args._Fields field)
isSet
in interface org.apache.thrift.TBase<EntitlementService.getDecision_args,EntitlementService.getDecision_args._Fields>
public boolean equals(EntitlementService.getDecision_args that)
public int compareTo(EntitlementService.getDecision_args other)
compareTo
in interface Comparable<EntitlementService.getDecision_args>
public EntitlementService.getDecision_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<EntitlementService.getDecision_args,EntitlementService.getDecision_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<EntitlementService.getDecision_args,EntitlementService.getDecision_args._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<EntitlementService.getDecision_args,EntitlementService.getDecision_args._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2016 WSO2. All rights reserved.