Class AuthResponse
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.AuthResponse
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class AuthResponse extends Object
Entity that holds auth token details.
-
Constructor Summary
Constructors Constructor Description AuthResponse() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetToken()Base64 encoded auth token.StringgetTokenType()Type of the token.inthashCode()voidsetToken(String token)voidsetTokenType(String tokenType)AuthResponsetoken(String token)AuthResponsetokenType(String tokenType)StringtoString()
-
Constructor Details
-
AuthResponse
public AuthResponse()
-
-
Method Details