Package io.harness.cf.model
Class AuthenticationRequest
- java.lang.Object
-
- io.harness.cf.model.AuthenticationRequest
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-04T15:01:14.036901Z[GMT]") public class AuthenticationRequest extends java.lang.Object implements java.io.SerializableAuthenticationRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERIALIZED_NAME_API_KEYstatic java.lang.StringSERIALIZED_NAME_TARGET
-
Constructor Summary
Constructors Constructor Description AuthenticationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationRequestapiKey(java.lang.String apiKey)booleanequals(java.lang.Object o)java.lang.StringgetApiKey()Get apiKeyAuthenticationRequestTargetgetTarget()Get targetinthashCode()voidsetApiKey(java.lang.String apiKey)voidsetTarget(AuthenticationRequestTarget target)AuthenticationRequesttarget(AuthenticationRequestTarget target)java.lang.StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_API_KEY
public static final java.lang.String SERIALIZED_NAME_API_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TARGET
public static final java.lang.String SERIALIZED_NAME_TARGET
- See Also:
- Constant Field Values
-
-
Method Detail
-
apiKey
public AuthenticationRequest apiKey(java.lang.String apiKey)
-
getApiKey
@Nonnull public java.lang.String getApiKey()
Get apiKey- Returns:
- apiKey
-
setApiKey
public void setApiKey(java.lang.String apiKey)
-
target
public AuthenticationRequest target(AuthenticationRequestTarget target)
-
getTarget
@Nullable public AuthenticationRequestTarget getTarget()
Get target- Returns:
- target
-
setTarget
public void setTarget(AuthenticationRequestTarget target)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-