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 boolean
equals(Object o)
String
getToken()
Base64 encoded auth token.String
getTokenType()
Type of the token.int
hashCode()
void
setToken(String token)
void
setTokenType(String tokenType)
AuthResponse
token(String token)
AuthResponse
tokenType(String tokenType)
String
toString()
-
Constructor Details
-
AuthResponse
public AuthResponse()
-
-
Method Details