Package com.ibm.di.connector.disb.model
Class Refresh
- java.lang.Object
-
- com.ibm.di.connector.disb.model.Refresh
-
public class Refresh 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 Refresh()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreategetCreate()java.lang.StringgetTimeStamp()voidsetCreate(Create create)voidsetTimeStamp(java.lang.String timeStamp)
-
-
-
Method Detail
-
getCreate
public Create getCreate()
- Returns:
- the create
-
setCreate
public void setCreate(Create create)
- Parameters:
create- the create to set
-
setTimeStamp
public void setTimeStamp(java.lang.String timeStamp)
- Parameters:
timeStamp-
-
getTimeStamp
public java.lang.String getTimeStamp()
- Returns:
- timeStamp
-
-