Class WorkflowNode
java.lang.Object
com.sath.idhub.generated.types.WorkflowNode
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowNode(String IDM, org.bson.types.ObjectId _etag, org.bson.types.ObjectId _id, String collection, String createdBy, String createdByDisplayName, String createdOn, Boolean _default, String description, Boolean disabled, List<Map<String, Object>> form, String function, String name, String operationType, org.bson.Document raw, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.bson.types.ObjectIdget_etag()org.bson.types.ObjectIdget_id()getForm()getIDM()getName()org.bson.DocumentgetRaw()getType()inthashCode()static WorkflowNode.Buildervoidset_etag(org.bson.types.ObjectId _etag) voidset_id(org.bson.types.ObjectId _id) voidsetCollection(String collection) voidsetCreatedBy(String createdBy) voidsetCreatedByDisplayName(String createdByDisplayName) voidsetCreatedOn(String createdOn) voidsetDefault(Boolean _default) voidsetDescription(String description) voidsetDisabled(Boolean disabled) voidvoidsetFunction(String function) voidvoidvoidsetOperationType(String operationType) voidsetRaw(org.bson.Document raw) voidtoString()
-
Constructor Details
-
WorkflowNode
public WorkflowNode() -
WorkflowNode
public WorkflowNode(String IDM, org.bson.types.ObjectId _etag, org.bson.types.ObjectId _id, String collection, String createdBy, String createdByDisplayName, String createdOn, Boolean _default, String description, Boolean disabled, List<Map<String, Object>> form, String function, String name, String operationType, org.bson.Document raw, String type)
-
-
Method Details
-
getIDM
-
setIDM
-
get_etag
public org.bson.types.ObjectId get_etag() -
set_etag
public void set_etag(org.bson.types.ObjectId _etag) -
get_id
public org.bson.types.ObjectId get_id() -
set_id
public void set_id(org.bson.types.ObjectId _id) -
getCollection
-
setCollection
-
getCreatedBy
-
setCreatedBy
-
getCreatedByDisplayName
-
setCreatedByDisplayName
-
getCreatedOn
-
setCreatedOn
-
getDefault
-
setDefault
-
getDescription
-
setDescription
-
getDisabled
-
setDisabled
-
getForm
-
setForm
-
getFunction
-
setFunction
-
getName
-
setName
-
getOperationType
-
setOperationType
-
getRaw
public org.bson.Document getRaw() -
setRaw
public void setRaw(org.bson.Document raw) -
getType
-
setType
-
toString
-
equals
-
hashCode
-
newBuilder
-