Class DatarouterSecretOpRecord
java.lang.Object
io.datarouter.model.databean.BaseDatabean<DatarouterSecretOpRecordKey,DatarouterSecretOpRecord>
io.datarouter.secretweb.storage.oprecord.DatarouterSecretOpRecord
- All Implemented Interfaces:
io.datarouter.model.databean.Databean<DatarouterSecretOpRecordKey,DatarouterSecretOpRecord>,java.lang.Comparable<io.datarouter.model.databean.Databean<?,?>>
public class DatarouterSecretOpRecord extends io.datarouter.model.databean.BaseDatabean<DatarouterSecretOpRecordKey,DatarouterSecretOpRecord>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatarouterSecretOpRecord.DatarouterSecretOpRecordFielderstatic classDatarouterSecretOpRecord.FieldKeys -
Field Summary
-
Constructor Summary
Constructors Constructor Description DatarouterSecretOpRecord()DatarouterSecretOpRecord(java.lang.String namespace, java.lang.String name, io.datarouter.secret.service.SecretOp secretOp, io.datarouter.secret.service.SecretOpReason.SecretOpReasonType secretOpReasonType, java.lang.String reason) -
Method Summary
Modifier and Type Method Description java.lang.Class<DatarouterSecretOpRecordKey>getKeyClass()java.lang.StringgetReason()io.datarouter.secret.service.SecretOpgetSecretOp()io.datarouter.secret.service.SecretOpReason.SecretOpReasonTypegetSecretOpReasonType()
-
Constructor Details
-
DatarouterSecretOpRecord
public DatarouterSecretOpRecord() -
DatarouterSecretOpRecord
public DatarouterSecretOpRecord(java.lang.String namespace, java.lang.String name, io.datarouter.secret.service.SecretOp secretOp, io.datarouter.secret.service.SecretOpReason.SecretOpReasonType secretOpReasonType, java.lang.String reason)
-
-
Method Details
-
getKeyClass
-
getSecretOp
public io.datarouter.secret.service.SecretOp getSecretOp() -
getSecretOpReasonType
public io.datarouter.secret.service.SecretOpReason.SecretOpReasonType getSecretOpReasonType() -
getReason
public java.lang.String getReason()
-