public static class EntitlementService.getDecisionByAttributes_args extends Object implements org.apache.thrift.TBase<EntitlementService.getDecisionByAttributes_args,EntitlementService.getDecisionByAttributes_args._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
EntitlementService.getDecisionByAttributes_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
String |
action |
List<String> |
environment |
static Map<EntitlementService.getDecisionByAttributes_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
resource |
String |
sessionID |
String |
subject |
Constructor and Description |
---|
EntitlementService.getDecisionByAttributes_args() |
EntitlementService.getDecisionByAttributes_args(EntitlementService.getDecisionByAttributes_args other)
Performs a deep copy on other.
|
EntitlementService.getDecisionByAttributes_args(String subject,
String resource,
String action,
List<String> environment,
String sessionID) |
public static final Map<EntitlementService.getDecisionByAttributes_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public String subject
public String resource
public String action
public String sessionID
public EntitlementService.getDecisionByAttributes_args()
public EntitlementService.getDecisionByAttributes_args(String subject, String resource, String action, List<String> environment, String sessionID)
public EntitlementService.getDecisionByAttributes_args(EntitlementService.getDecisionByAttributes_args other)
public EntitlementService.getDecisionByAttributes_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<EntitlementService.getDecisionByAttributes_args,EntitlementService.getDecisionByAttributes_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<EntitlementService.getDecisionByAttributes_args,EntitlementService.getDecisionByAttributes_args._Fields>
public String getSubject()
public EntitlementService.getDecisionByAttributes_args setSubject(String subject)
public void unsetSubject()
public boolean isSetSubject()
public void setSubjectIsSet(boolean value)
public String getResource()
public EntitlementService.getDecisionByAttributes_args setResource(String resource)
public void unsetResource()
public boolean isSetResource()
public void setResourceIsSet(boolean value)
public String getAction()
public EntitlementService.getDecisionByAttributes_args setAction(String action)
public void unsetAction()
public boolean isSetAction()
public void setActionIsSet(boolean value)
public int getEnvironmentSize()
public void addToEnvironment(String elem)
public EntitlementService.getDecisionByAttributes_args setEnvironment(List<String> environment)
public void unsetEnvironment()
public boolean isSetEnvironment()
public void setEnvironmentIsSet(boolean value)
public String getSessionID()
public EntitlementService.getDecisionByAttributes_args setSessionID(String sessionID)
public void unsetSessionID()
public boolean isSetSessionID()
public void setSessionIDIsSet(boolean value)
public void setFieldValue(EntitlementService.getDecisionByAttributes_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<EntitlementService.getDecisionByAttributes_args,EntitlementService.getDecisionByAttributes_args._Fields>
public Object getFieldValue(EntitlementService.getDecisionByAttributes_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<EntitlementService.getDecisionByAttributes_args,EntitlementService.getDecisionByAttributes_args._Fields>
public boolean isSet(EntitlementService.getDecisionByAttributes_args._Fields field)
isSet
in interface org.apache.thrift.TBase<EntitlementService.getDecisionByAttributes_args,EntitlementService.getDecisionByAttributes_args._Fields>
public boolean equals(EntitlementService.getDecisionByAttributes_args that)
public int compareTo(EntitlementService.getDecisionByAttributes_args other)
compareTo
in interface Comparable<EntitlementService.getDecisionByAttributes_args>
public EntitlementService.getDecisionByAttributes_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<EntitlementService.getDecisionByAttributes_args,EntitlementService.getDecisionByAttributes_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<EntitlementService.getDecisionByAttributes_args,EntitlementService.getDecisionByAttributes_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.getDecisionByAttributes_args,EntitlementService.getDecisionByAttributes_args._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2016 WSO2. All rights reserved.