Class DestinationServiceV1Response.DestinationAuthToken

java.lang.Object
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
Enclosing class:
DestinationServiceV1Response

public static class DestinationServiceV1Response.DestinationAuthToken extends Object
Destination authentication token with optional error message and expiration value.
  • Constructor Details

    • DestinationAuthToken

      public DestinationAuthToken()
  • Method Details

    • getType

      public String getType()
    • getValue

      public String getValue()
    • getError

      public String getError()
    • getExpiresIn

      public String getExpiresIn()
    • getHttpHeaderSuggestion

      public Header getHttpHeaderSuggestion()
    • setType

      public void setType(String type)
    • setValue

      public void setValue(String value)
    • setError

      public void setError(String error)
    • setExpiresIn

      public void setExpiresIn(String expiresIn)
    • setHttpHeaderSuggestion

      public void setHttpHeaderSuggestion(Header httpHeaderSuggestion)
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(@Nullable Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object