Package org.openapitools.client.model
Class SchemeApplicationCredentialsAllOf
java.lang.Object
org.openapitools.client.model.SchemeApplicationCredentialsAllOf
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class SchemeApplicationCredentialsAllOf
extends Object
SchemeApplicationCredentialsAllOf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet passwordGet revealPasswordGet schemeGet signingGet userNameinthashCode()password(PasswordCredential password) revealPassword(Boolean revealPassword) scheme(ApplicationCredentialsScheme scheme) voidsetPassword(PasswordCredential password) voidsetRevealPassword(Boolean revealPassword) voidvoidsetSigning(ApplicationCredentialsSigning signing) voidsetUserName(String userName) signing(ApplicationCredentialsSigning signing) toString()
-
Field Details
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_REVEAL_PASSWORD
- See Also:
-
JSON_PROPERTY_SCHEME
- See Also:
-
JSON_PROPERTY_SIGNING
- See Also:
-
JSON_PROPERTY_USER_NAME
- See Also:
-
-
Constructor Details
-
SchemeApplicationCredentialsAllOf
public SchemeApplicationCredentialsAllOf()
-
-
Method Details
-
password
-
getPassword
Get password- Returns:
- password
-
setPassword
-
revealPassword
-
getRevealPassword
Get revealPassword- Returns:
- revealPassword
-
setRevealPassword
-
scheme
-
getScheme
Get scheme- Returns:
- scheme
-
setScheme
-
signing
-
getSigning
Get signing- Returns:
- signing
-
setSigning
-
userName
-
getUserName
Get userName- Returns:
- userName
-
setUserName
-
equals
-
hashCode
public int hashCode() -
toString
-