Package com.mayam.wf.ws.rest.domain
Class ConformRequest
java.lang.Object
com.mayam.wf.ws.rest.domain.ConformRequest
-
Constructor Summary
ConstructorDescriptionConformRequest
(String destName) ConformRequest
(String destType, String destName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDestAssetId
(String destAssetId) void
setDestAssetType
(AssetType destAssetType) void
setDestName
(String destName) void
setDestType
(String destType) void
setFilename
(String filename) toString()
-
Constructor Details
-
ConformRequest
public ConformRequest() -
ConformRequest
-
ConformRequest
-
-
Method Details
-
getDestType
- Returns:
- Type of destination.
-
setDestType
-
getDestName
- Returns:
- Name of the destination.
-
setDestName
-
getFilename
- Returns:
- Requested destination file name.
-
setFilename
-
getDestAssetType
- Returns:
- Type of destination asset.
-
getDestAssetId
- Returns:
- Id of destination asset.
-
setDestAssetId
-
toString
-