public class Code extends Object
| Constructor and Description |
|---|
Code() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDryRun() |
boolean |
getPublish()
Get the publish
|
String |
getZipFile()
Get the Zip package of the function code file to be published.
|
void |
setDryRun(boolean dryrun) |
void |
setPublish(boolean publish)
Set the publish
|
void |
setZipFile(String zipFile)
Set the Zip package of the function code file to be published.
|
public String getZipFile()
public void setZipFile(String zipFile)
zipFile - The Zip package of the function code file to be published.public boolean getPublish()
public void setPublish(boolean publish)
publish - public boolean getDryRun()
public void setDryRun(boolean dryrun)
Copyright © 2020. All rights reserved.