Class AuthenticationResponse
java.lang.Object
com.vmware.vra.jenkinsplugin.model.AuthenticationResponse
public class AuthenticationResponse extends Object
-
Constructor Summary
Constructors Constructor Description AuthenticationResponse()AuthenticationResponse(String token, String tokenType) -
Method Summary
Modifier and Type Method Description StringgetToken()StringgetTokenType()voidsetToken(String token)voidsetTokenType(String tokenType)
-
Constructor Details
-
AuthenticationResponse
public AuthenticationResponse() -
AuthenticationResponse
-
-
Method Details