public class JobPublishCheckinLocation extends Object implements Serializable
JobPublishSetup
.Constructor and Description |
---|
JobPublishCheckinLocation()
Constructor.
|
JobPublishCheckinLocation(String path)
Constructor.
|
JobPublishCheckinLocation(String path,
boolean includeSubfolders)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPath()
Gets the path to the folder to check in when the job completes.
|
int |
hashCode() |
boolean |
isIncludeSubfolders()
Indicates whether to include the child folders and their content when the job completes.
|
void |
setIncludeSubfolders(boolean includeSubfolders)
Sets whether to include the child folder content to check in when the job completes.
|
void |
setPath(String path)
Sets the path to the folder to check in when the job completes.
|
String |
toString() |
public JobPublishCheckinLocation()
public JobPublishCheckinLocation(String path)
path
- The path to the folder to check in when the job completes.public JobPublishCheckinLocation(String path, boolean includeSubfolders)
path
- The path to the folder to check in when the job completes.includeSubfolders
- Indicates whether to include child folder content to check in when the job completes.public String getPath()
public void setPath(String path)
path
- The path to the folder to check in.public boolean isIncludeSubfolders()
public void setIncludeSubfolders(boolean includeSubfolders)
includeSubfolders
- Indicates whether to include the child folder content.<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>