Package com.ibm.di.connector.disb.model
Class OperationSet
- java.lang.Object
-
- com.ibm.di.connector.disb.model.OperationSet
-
public class OperationSet extends java.lang.Object
Note: This class is for internal usage only. Any dependency from the end-user will not be supported. Changes to this class will happen without a warning.- Since:
- 7.1.1
-
-
Constructor Summary
Constructors Constructor Description OperationSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreategetCreate()DeletegetDelete()ModifygetModify()java.lang.StringgetOpId()ReferencegetReference()RefreshgetRefresh()voidsetCreate(Create create)voidsetDelete(Delete delete)voidsetModify(Modify modify)voidsetOpId(java.lang.String opId)voidsetReference(Reference reference)voidsetRefresh(Refresh refresh)
-
-
-
Method Detail
-
getOpId
public java.lang.String getOpId()
- Returns:
- the opId
-
setOpId
public void setOpId(java.lang.String opId)
- Parameters:
opId- the opId to set
-
getRefresh
public Refresh getRefresh()
- Returns:
- the refresh
-
setRefresh
public void setRefresh(Refresh refresh)
- Parameters:
refresh- the refresh to set
-
getCreate
public Create getCreate()
- Returns:
- the create
-
setCreate
public void setCreate(Create create)
- Parameters:
create- the create to set
-
getDelete
public Delete getDelete()
- Returns:
- the delete
-
setDelete
public void setDelete(Delete delete)
- Parameters:
delete- the delete to set
-
getModify
public Modify getModify()
- Returns:
- the modify
-
setModify
public void setModify(Modify modify)
- Parameters:
modify- the modify to set
-
getReference
public Reference getReference()
- Returns:
- the reference
-
setReference
public void setReference(Reference reference)
- Parameters:
reference- the reference to set
-
-