Class PutDastScanSetupReqModel.NetworkAuthentication
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.PutDastScanSetupReqModel.NetworkAuthentication
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PutDastScanSetupReqModel
public class PutDastScanSetupReqModel.NetworkAuthentication extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
networkAuthenticationType
-
Constructor Summary
Constructors Constructor Description NetworkAuthentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setNetworkAuthenticationType(String networkAuthenticationType)
void
setPassword(String password)
void
setUserName(String userName)
-
-
-
Field Detail
-
networkAuthenticationType
public String networkAuthenticationType
-
-