public class CxScan extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CxScan.CxScanBuilder |
| Modifier and Type | Field and Description |
|---|---|
String |
comment |
Boolean |
forceScan |
Boolean |
isIncremental |
Boolean |
isPublic |
Integer |
projectId |
| Modifier and Type | Method and Description |
|---|---|
static CxScan.CxScanBuilder |
builder() |
String |
getComment() |
Boolean |
getForceScan() |
Boolean |
getIsIncremental() |
Boolean |
getIsPublic() |
Integer |
getProjectId() |
void |
setComment(String comment) |
void |
setForceScan(Boolean forceScan) |
void |
setIsIncremental(Boolean isIncremental) |
void |
setIsPublic(Boolean isPublic) |
void |
setProjectId(Integer projectId) |
String |
toString() |
public Integer projectId
public Boolean isIncremental
public Boolean isPublic
public Boolean forceScan
public String comment
public static CxScan.CxScanBuilder builder()
public Integer getProjectId()
public Boolean getIsIncremental()
public Boolean getIsPublic()
public Boolean getForceScan()
public String getComment()
public void setProjectId(Integer projectId)
public void setIsIncremental(Boolean isIncremental)
public void setIsPublic(Boolean isPublic)
public void setForceScan(Boolean forceScan)
public void setComment(String comment)
Copyright © 2020. All rights reserved.