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 String
getToken()
String
getTokenType()
void
setToken(String token)
void
setTokenType(String tokenType)
-
Constructor Details
-
AuthenticationResponse
public AuthenticationResponse() -
AuthenticationResponse
-
-
Method Details