Class LoginInformation


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class LoginInformation
    extends Object
    LoginInformation
    • Constructor Detail

      • LoginInformation

        public LoginInformation()
    • Method Detail

      • getAccessKeyId

        @Nonnull
        public String getAccessKeyId()
        Get accessKeyId
        Returns:
        accessKeyId
      • setAccessKeyId

        public void setAccessKeyId​(String accessKeyId)
      • getSecretAccessKey

        @Nonnull
        public String getSecretAccessKey()
        Get secretAccessKey
        Returns:
        secretAccessKey
      • setSecretAccessKey

        public void setSecretAccessKey​(String secretAccessKey)
      • hashCode

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

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to LoginInformation
      • fromJson

        public static LoginInformation fromJson​(String jsonString)
                                         throws IOException
        Create an instance of LoginInformation given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of LoginInformation
        Throws:
        IOException - if the JSON string is invalid with respect to LoginInformation
      • toJson

        public String toJson()
        Convert an instance of LoginInformation to an JSON string
        Returns:
        JSON string