Class CspLoginSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.CspLoginSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class CspLoginSpecification extends Object
Specification for token retrieval request.
-
Constructor Summary
Constructors Constructor Description CspLoginSpecification() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetRefreshToken()Refresh token obtained from the UIinthashCode()CspLoginSpecificationrefreshToken(String refreshToken)voidsetRefreshToken(String refreshToken)StringtoString()
-
Constructor Details
-
CspLoginSpecification
public CspLoginSpecification()
-
-
Method Details
-
refreshToken
-
getRefreshToken
Refresh token obtained from the UI- Returns:
- refreshToken
-
setRefreshToken
-
equals
-
hashCode
public int hashCode() -
toString
-