Class PutDastScanSetupReqModel
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PutDastAutomatedGraphQlReqModel
,PutDastAutomatedGrpcReqModel
,PutDastAutomatedOpenApiReqModel
,PutDastAutomatedPostmanReqModel
,PutDastWebSiteScanReqModel
,PutDastWorkflowDrivenScanReqModel
public class PutDastScanSetupReqModel extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
PutDastScanSetupReqModel.NetworkAuthentication
-
Field Summary
Fields Modifier and Type Field Description boolean
requestFalsePositiveRemoval
boolean
requiresNetworkAuthentication
-
Constructor Summary
Constructors Constructor Description PutDastScanSetupReqModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PutDastScanSetupReqModel.NetworkAuthentication
getNetworkAuthenticationSettings()
void
setAssessmentTypeId(int assessmentTypeId)
void
setDynamicScanEnvironmentFacingType(String dynamicScanEnvironmentFacingType)
void
setEntitlementFrequencyType(String entitlementFrequencyType)
void
setEntitlementId(int entitlementId)
void
setNetworkAuthenticationSettings(PutDastScanSetupReqModel.NetworkAuthentication networkAuthenticationSettings)
void
setRequestFalsePositiveRemoval(boolean requestFalsePositiveRemoval)
void
setRequiresNetworkAuthentication(boolean requiresNetworkAuthentication)
void
setTimeZone(String timeZone)
-
-
-
Method Detail
-
getNetworkAuthenticationSettings
public PutDastScanSetupReqModel.NetworkAuthentication getNetworkAuthenticationSettings()
-
setNetworkAuthenticationSettings
public void setNetworkAuthenticationSettings(PutDastScanSetupReqModel.NetworkAuthentication networkAuthenticationSettings)
-
setEntitlementFrequencyType
public void setEntitlementFrequencyType(String entitlementFrequencyType)
-
setTimeZone
public void setTimeZone(String timeZone)
-
setDynamicScanEnvironmentFacingType
public void setDynamicScanEnvironmentFacingType(String dynamicScanEnvironmentFacingType)
-
setEntitlementId
public void setEntitlementId(int entitlementId)
-
setAssessmentTypeId
public void setAssessmentTypeId(int assessmentTypeId)
-
setRequiresNetworkAuthentication
public void setRequiresNetworkAuthentication(boolean requiresNetworkAuthentication)
-
setRequestFalsePositiveRemoval
public void setRequestFalsePositiveRemoval(boolean requestFalsePositiveRemoval)
-
-