Package dev.vality.damsel.walker
Class Action
java.lang.Object
dev.vality.damsel.walker.Action
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Action>,org.apache.thrift.TBase<Action,,Action._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2024-08-02")
public class Action
extends Object
implements org.apache.thrift.TBase<Action,Action._Fields>, Serializable, Cloneable, Comparable<Action>
Действия связанные с клеймом - история событий
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<Action._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionAction()Performs a deep copy on other.Action(String created_at, UserInformation user, ActionType type, String after) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) getAfter()Map<Action._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldValue(Action._Fields field) getType()getUser()inthashCode()booleanisSet(Action._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field after is set (has been assigned a value) and false otherwisebooleanReturns true if field before is set (has been assigned a value) and false otherwisebooleanReturns true if field created_at is set (has been assigned a value) and false otherwisebooleanReturns true if field type is set (has been assigned a value) and false otherwisebooleanReturns true if field user is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) voidsetAfterIsSet(boolean value) voidsetBeforeIsSet(boolean value) setCreatedAt(String created_at) voidsetCreatedAtIsSet(boolean value) voidsetFieldValue(Action._Fields field, Object value) setType(ActionType type) voidsetTypeIsSet(boolean value) setUser(UserInformation user) voidsetUserIsSet(boolean value) toString()voidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
created_at
-
user
-
type
- See Also:
-
before
-
after
-
metaDataMap
-
-
Constructor Details
-
Action
public Action() -
Action
-
Action
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Action,Action._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<Action,Action._Fields>
-
getCreatedAt
-
setCreatedAt
-
unsetCreatedAt
public void unsetCreatedAt() -
isSetCreatedAt
public boolean isSetCreatedAt()Returns true if field created_at is set (has been assigned a value) and false otherwise -
setCreatedAtIsSet
public void setCreatedAtIsSet(boolean value) -
getUser
-
setUser
-
unsetUser
public void unsetUser() -
isSetUser
public boolean isSetUser()Returns true if field user is set (has been assigned a value) and false otherwise -
setUserIsSet
public void setUserIsSet(boolean value) -
getType
- See Also:
-
setType
- See Also:
-
unsetType
public void unsetType() -
isSetType
public boolean isSetType()Returns true if field type is set (has been assigned a value) and false otherwise -
setTypeIsSet
public void setTypeIsSet(boolean value) -
getBefore
-
setBefore
-
unsetBefore
public void unsetBefore() -
isSetBefore
public boolean isSetBefore()Returns true if field before is set (has been assigned a value) and false otherwise -
setBeforeIsSet
public void setBeforeIsSet(boolean value) -
getAfter
-
setAfter
-
unsetAfter
public void unsetAfter() -
isSetAfter
public boolean isSetAfter()Returns true if field after is set (has been assigned a value) and false otherwise -
setAfterIsSet
public void setAfterIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Action,Action._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Action,Action._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<Action,Action._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Action>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Action,Action._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<Action,Action._Fields>
-
getFieldMetaData
- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<Action,Action._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-