All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.blazebit.query.connector.kandji.model.GetDeviceLostModeDetails200ResponseLostMode Maven / Gradle / Ivy

The newest version!
/*
 * Kandji API
 * # Welcome to the Kandji API Documentation  You can find your API URL in Settings > Access. The API URL will follow the below formats.  - US - `https://SubDomain.api.kandji.io` - EU - `https://SubDomain.api.eu.kandji.io`  For information on how to obtain an API token, please refer to the following support article.  [https://support.kandji.io/api](https://support.kandji.io/api)  #### Rate Limit  The Kandji API currently has an API rate limit of 10,000 requests per hour per customer.  #### Request Methods  HTTP request methods supported by the Kandji API.  | Method | Definition | | --- | --- | | GET | The `GET` method requests a representation of the specified resource. | | POST | The `POST` method submits an entity to the specified resource. | | PATCH | The `PATCH` method applies partial modifications to a resource. | | DELETE | The `DELETE` method deletes the specified resource. |  #### Response codes  Not all response codes apply to every endpoint.  | Code | Response | | --- | --- | | 200 | OK | | 201 | Created | | 204 | No content | |  | Typical response when sending the DELETE method. | | 400 | Bad Request | |  | \"Command already running\" - The command may already be running in a _Pending_ state waiting on the device. | |  | \"Command is not allowed for current device\" - The command may not be compatible with the target device. | |  | \"JSON parse error - Expecting ',' delimiter: line 3 column 2 (char 65)\" | | 401 | Unauthorized | |  | This error can occur if the token is incorrect, was revoked, or the token has expired. | | 403 | Forbidden | |  | The request was understood but cannot be authorized. | | 404 | Not found | |  | Unable to locate the resource in the Kandji tenant. | | 415 | Unsupported Media Type | |  | The request contains a media type which the server or resource does not support. | | 500 | Internal server error | | 503 | Service unavailable | |  | This error can occur if a file upload is still being processed via the custom apps API. |  #### Data structure  The API returns all structured responses in JSON schema format.  #### Examples  Code examples using the API can be found in the Kandji support [GitHub](https://github.com/kandji-inc/support/tree/main/api-tools).
 *
 * The version of the OpenAPI document: 1.0.0
 * 
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */


package com.blazebit.query.connector.kandji.model;

import java.util.Objects;
import java.util.Map;
import java.util.HashMap;
import com.blazebit.query.connector.kandji.model.GetDeviceLostModeDetails200ResponseLostModeLastLocation;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.fasterxml.jackson.annotation.JsonValue;
import java.util.Arrays;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.blazebit.query.connector.kandji.invoker.JSON;


/**
 * GetDeviceLostModeDetails200ResponseLostMode
 */
@JsonPropertyOrder({
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_DISABLE_STATUS,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_DISABLE_STATUS_AT,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_DISABLED_BY,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_ENABLE_STATUS_AT,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_ENABLED_BY,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_LAST_LOCATION,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_LAST_LOCATION_AT,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_LAST_LOCATION_STATUS,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_LAST_LOCATION_STATUS_AT,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_LOCK_SCREEN_FOOTNOTE,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_LOCK_SCREEN_MESSAGE,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_LOCK_SCREEN_PHONE_NUMBER,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_LOST_MODE_STATUS,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_SOUND_STATUS,
  GetDeviceLostModeDetails200ResponseLostMode.JSON_PROPERTY_SOUND_STATUS_AT
})
@JsonTypeName("getDeviceLostModeDetails_200_response_lost_mode")
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-04-30T07:19:31.168100307Z[Etc/UTC]", comments = "Generator version: 7.10.0")
public class GetDeviceLostModeDetails200ResponseLostMode {
  public static final String JSON_PROPERTY_DISABLE_STATUS = "disable_status";
  @jakarta.annotation.Nullable
  private String disableStatus;

  public static final String JSON_PROPERTY_DISABLE_STATUS_AT = "disable_status_at";
  @jakarta.annotation.Nullable
  private String disableStatusAt;

  public static final String JSON_PROPERTY_DISABLED_BY = "disabled_by";
  @jakarta.annotation.Nullable
  private String disabledBy;

  public static final String JSON_PROPERTY_ENABLE_STATUS_AT = "enable_status_at";
  @jakarta.annotation.Nullable
  private String enableStatusAt;

  public static final String JSON_PROPERTY_ENABLED_BY = "enabled_by";
  @jakarta.annotation.Nullable
  private String enabledBy;

  public static final String JSON_PROPERTY_LAST_LOCATION = "last_location";
  @jakarta.annotation.Nullable
  private GetDeviceLostModeDetails200ResponseLostModeLastLocation lastLocation;

  public static final String JSON_PROPERTY_LAST_LOCATION_AT = "last_location_at";
  @jakarta.annotation.Nullable
  private String lastLocationAt;

  public static final String JSON_PROPERTY_LAST_LOCATION_STATUS = "last_location_status";
  @jakarta.annotation.Nullable
  private String lastLocationStatus;

  public static final String JSON_PROPERTY_LAST_LOCATION_STATUS_AT = "last_location_status_at";
  @jakarta.annotation.Nullable
  private String lastLocationStatusAt;

  public static final String JSON_PROPERTY_LOCK_SCREEN_FOOTNOTE = "lock_screen_footnote";
  @jakarta.annotation.Nullable
  private String lockScreenFootnote;

  public static final String JSON_PROPERTY_LOCK_SCREEN_MESSAGE = "lock_screen_message";
  @jakarta.annotation.Nullable
  private String lockScreenMessage;

  public static final String JSON_PROPERTY_LOCK_SCREEN_PHONE_NUMBER = "lock_screen_phone_number";
  @jakarta.annotation.Nullable
  private String lockScreenPhoneNumber;

  public static final String JSON_PROPERTY_LOST_MODE_STATUS = "lost_mode_status";
  @jakarta.annotation.Nullable
  private String lostModeStatus;

  public static final String JSON_PROPERTY_SOUND_STATUS = "sound_status";
  @jakarta.annotation.Nullable
  private String soundStatus;

  public static final String JSON_PROPERTY_SOUND_STATUS_AT = "sound_status_at";
  @jakarta.annotation.Nullable
  private String soundStatusAt;

  public GetDeviceLostModeDetails200ResponseLostMode() { 
  }

  public GetDeviceLostModeDetails200ResponseLostMode disableStatus(@jakarta.annotation.Nullable String disableStatus) {
    this.disableStatus = disableStatus;
    return this;
  }

  /**
   * Get disableStatus
   * @return disableStatus
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_DISABLE_STATUS)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getDisableStatus() {
    return disableStatus;
  }


  @JsonProperty(JSON_PROPERTY_DISABLE_STATUS)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setDisableStatus(@jakarta.annotation.Nullable String disableStatus) {
    this.disableStatus = disableStatus;
  }


  public GetDeviceLostModeDetails200ResponseLostMode disableStatusAt(@jakarta.annotation.Nullable String disableStatusAt) {
    this.disableStatusAt = disableStatusAt;
    return this;
  }

  /**
   * Get disableStatusAt
   * @return disableStatusAt
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_DISABLE_STATUS_AT)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getDisableStatusAt() {
    return disableStatusAt;
  }


  @JsonProperty(JSON_PROPERTY_DISABLE_STATUS_AT)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setDisableStatusAt(@jakarta.annotation.Nullable String disableStatusAt) {
    this.disableStatusAt = disableStatusAt;
  }


  public GetDeviceLostModeDetails200ResponseLostMode disabledBy(@jakarta.annotation.Nullable String disabledBy) {
    this.disabledBy = disabledBy;
    return this;
  }

  /**
   * Get disabledBy
   * @return disabledBy
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_DISABLED_BY)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getDisabledBy() {
    return disabledBy;
  }


  @JsonProperty(JSON_PROPERTY_DISABLED_BY)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setDisabledBy(@jakarta.annotation.Nullable String disabledBy) {
    this.disabledBy = disabledBy;
  }


  public GetDeviceLostModeDetails200ResponseLostMode enableStatusAt(@jakarta.annotation.Nullable String enableStatusAt) {
    this.enableStatusAt = enableStatusAt;
    return this;
  }

  /**
   * Get enableStatusAt
   * @return enableStatusAt
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_ENABLE_STATUS_AT)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getEnableStatusAt() {
    return enableStatusAt;
  }


  @JsonProperty(JSON_PROPERTY_ENABLE_STATUS_AT)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setEnableStatusAt(@jakarta.annotation.Nullable String enableStatusAt) {
    this.enableStatusAt = enableStatusAt;
  }


  public GetDeviceLostModeDetails200ResponseLostMode enabledBy(@jakarta.annotation.Nullable String enabledBy) {
    this.enabledBy = enabledBy;
    return this;
  }

  /**
   * Get enabledBy
   * @return enabledBy
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_ENABLED_BY)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getEnabledBy() {
    return enabledBy;
  }


  @JsonProperty(JSON_PROPERTY_ENABLED_BY)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setEnabledBy(@jakarta.annotation.Nullable String enabledBy) {
    this.enabledBy = enabledBy;
  }


  public GetDeviceLostModeDetails200ResponseLostMode lastLocation(@jakarta.annotation.Nullable GetDeviceLostModeDetails200ResponseLostModeLastLocation lastLocation) {
    this.lastLocation = lastLocation;
    return this;
  }

  /**
   * Get lastLocation
   * @return lastLocation
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_LAST_LOCATION)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public GetDeviceLostModeDetails200ResponseLostModeLastLocation getLastLocation() {
    return lastLocation;
  }


  @JsonProperty(JSON_PROPERTY_LAST_LOCATION)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setLastLocation(@jakarta.annotation.Nullable GetDeviceLostModeDetails200ResponseLostModeLastLocation lastLocation) {
    this.lastLocation = lastLocation;
  }


  public GetDeviceLostModeDetails200ResponseLostMode lastLocationAt(@jakarta.annotation.Nullable String lastLocationAt) {
    this.lastLocationAt = lastLocationAt;
    return this;
  }

  /**
   * Get lastLocationAt
   * @return lastLocationAt
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_LAST_LOCATION_AT)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getLastLocationAt() {
    return lastLocationAt;
  }


  @JsonProperty(JSON_PROPERTY_LAST_LOCATION_AT)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setLastLocationAt(@jakarta.annotation.Nullable String lastLocationAt) {
    this.lastLocationAt = lastLocationAt;
  }


  public GetDeviceLostModeDetails200ResponseLostMode lastLocationStatus(@jakarta.annotation.Nullable String lastLocationStatus) {
    this.lastLocationStatus = lastLocationStatus;
    return this;
  }

  /**
   * Get lastLocationStatus
   * @return lastLocationStatus
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_LAST_LOCATION_STATUS)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getLastLocationStatus() {
    return lastLocationStatus;
  }


  @JsonProperty(JSON_PROPERTY_LAST_LOCATION_STATUS)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setLastLocationStatus(@jakarta.annotation.Nullable String lastLocationStatus) {
    this.lastLocationStatus = lastLocationStatus;
  }


  public GetDeviceLostModeDetails200ResponseLostMode lastLocationStatusAt(@jakarta.annotation.Nullable String lastLocationStatusAt) {
    this.lastLocationStatusAt = lastLocationStatusAt;
    return this;
  }

  /**
   * Get lastLocationStatusAt
   * @return lastLocationStatusAt
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_LAST_LOCATION_STATUS_AT)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getLastLocationStatusAt() {
    return lastLocationStatusAt;
  }


  @JsonProperty(JSON_PROPERTY_LAST_LOCATION_STATUS_AT)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setLastLocationStatusAt(@jakarta.annotation.Nullable String lastLocationStatusAt) {
    this.lastLocationStatusAt = lastLocationStatusAt;
  }


  public GetDeviceLostModeDetails200ResponseLostMode lockScreenFootnote(@jakarta.annotation.Nullable String lockScreenFootnote) {
    this.lockScreenFootnote = lockScreenFootnote;
    return this;
  }

  /**
   * Get lockScreenFootnote
   * @return lockScreenFootnote
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_LOCK_SCREEN_FOOTNOTE)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getLockScreenFootnote() {
    return lockScreenFootnote;
  }


  @JsonProperty(JSON_PROPERTY_LOCK_SCREEN_FOOTNOTE)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setLockScreenFootnote(@jakarta.annotation.Nullable String lockScreenFootnote) {
    this.lockScreenFootnote = lockScreenFootnote;
  }


  public GetDeviceLostModeDetails200ResponseLostMode lockScreenMessage(@jakarta.annotation.Nullable String lockScreenMessage) {
    this.lockScreenMessage = lockScreenMessage;
    return this;
  }

  /**
   * Get lockScreenMessage
   * @return lockScreenMessage
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_LOCK_SCREEN_MESSAGE)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getLockScreenMessage() {
    return lockScreenMessage;
  }


  @JsonProperty(JSON_PROPERTY_LOCK_SCREEN_MESSAGE)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setLockScreenMessage(@jakarta.annotation.Nullable String lockScreenMessage) {
    this.lockScreenMessage = lockScreenMessage;
  }


  public GetDeviceLostModeDetails200ResponseLostMode lockScreenPhoneNumber(@jakarta.annotation.Nullable String lockScreenPhoneNumber) {
    this.lockScreenPhoneNumber = lockScreenPhoneNumber;
    return this;
  }

  /**
   * Get lockScreenPhoneNumber
   * @return lockScreenPhoneNumber
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_LOCK_SCREEN_PHONE_NUMBER)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getLockScreenPhoneNumber() {
    return lockScreenPhoneNumber;
  }


  @JsonProperty(JSON_PROPERTY_LOCK_SCREEN_PHONE_NUMBER)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setLockScreenPhoneNumber(@jakarta.annotation.Nullable String lockScreenPhoneNumber) {
    this.lockScreenPhoneNumber = lockScreenPhoneNumber;
  }


  public GetDeviceLostModeDetails200ResponseLostMode lostModeStatus(@jakarta.annotation.Nullable String lostModeStatus) {
    this.lostModeStatus = lostModeStatus;
    return this;
  }

  /**
   * Get lostModeStatus
   * @return lostModeStatus
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_LOST_MODE_STATUS)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getLostModeStatus() {
    return lostModeStatus;
  }


  @JsonProperty(JSON_PROPERTY_LOST_MODE_STATUS)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setLostModeStatus(@jakarta.annotation.Nullable String lostModeStatus) {
    this.lostModeStatus = lostModeStatus;
  }


  public GetDeviceLostModeDetails200ResponseLostMode soundStatus(@jakarta.annotation.Nullable String soundStatus) {
    this.soundStatus = soundStatus;
    return this;
  }

  /**
   * Get soundStatus
   * @return soundStatus
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_SOUND_STATUS)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getSoundStatus() {
    return soundStatus;
  }


  @JsonProperty(JSON_PROPERTY_SOUND_STATUS)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setSoundStatus(@jakarta.annotation.Nullable String soundStatus) {
    this.soundStatus = soundStatus;
  }


  public GetDeviceLostModeDetails200ResponseLostMode soundStatusAt(@jakarta.annotation.Nullable String soundStatusAt) {
    this.soundStatusAt = soundStatusAt;
    return this;
  }

  /**
   * Get soundStatusAt
   * @return soundStatusAt
   */
  @jakarta.annotation.Nullable
  @JsonProperty(JSON_PROPERTY_SOUND_STATUS_AT)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

  public String getSoundStatusAt() {
    return soundStatusAt;
  }


  @JsonProperty(JSON_PROPERTY_SOUND_STATUS_AT)
  @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
  public void setSoundStatusAt(@jakarta.annotation.Nullable String soundStatusAt) {
    this.soundStatusAt = soundStatusAt;
  }


  /**
   * Return true if this getDeviceLostModeDetails_200_response_lost_mode object is equal to o.
   */
  @Override
  public boolean equals(Object o) {
    if (this == o) {
      return true;
    }
    if (o == null || getClass() != o.getClass()) {
      return false;
    }
    GetDeviceLostModeDetails200ResponseLostMode getDeviceLostModeDetails200ResponseLostMode = (GetDeviceLostModeDetails200ResponseLostMode) o;
    return Objects.equals(this.disableStatus, getDeviceLostModeDetails200ResponseLostMode.disableStatus) &&
        Objects.equals(this.disableStatusAt, getDeviceLostModeDetails200ResponseLostMode.disableStatusAt) &&
        Objects.equals(this.disabledBy, getDeviceLostModeDetails200ResponseLostMode.disabledBy) &&
        Objects.equals(this.enableStatusAt, getDeviceLostModeDetails200ResponseLostMode.enableStatusAt) &&
        Objects.equals(this.enabledBy, getDeviceLostModeDetails200ResponseLostMode.enabledBy) &&
        Objects.equals(this.lastLocation, getDeviceLostModeDetails200ResponseLostMode.lastLocation) &&
        Objects.equals(this.lastLocationAt, getDeviceLostModeDetails200ResponseLostMode.lastLocationAt) &&
        Objects.equals(this.lastLocationStatus, getDeviceLostModeDetails200ResponseLostMode.lastLocationStatus) &&
        Objects.equals(this.lastLocationStatusAt, getDeviceLostModeDetails200ResponseLostMode.lastLocationStatusAt) &&
        Objects.equals(this.lockScreenFootnote, getDeviceLostModeDetails200ResponseLostMode.lockScreenFootnote) &&
        Objects.equals(this.lockScreenMessage, getDeviceLostModeDetails200ResponseLostMode.lockScreenMessage) &&
        Objects.equals(this.lockScreenPhoneNumber, getDeviceLostModeDetails200ResponseLostMode.lockScreenPhoneNumber) &&
        Objects.equals(this.lostModeStatus, getDeviceLostModeDetails200ResponseLostMode.lostModeStatus) &&
        Objects.equals(this.soundStatus, getDeviceLostModeDetails200ResponseLostMode.soundStatus) &&
        Objects.equals(this.soundStatusAt, getDeviceLostModeDetails200ResponseLostMode.soundStatusAt);
  }

  @Override
  public int hashCode() {
    return Objects.hash(disableStatus, disableStatusAt, disabledBy, enableStatusAt, enabledBy, lastLocation, lastLocationAt, lastLocationStatus, lastLocationStatusAt, lockScreenFootnote, lockScreenMessage, lockScreenPhoneNumber, lostModeStatus, soundStatus, soundStatusAt);
  }

  @Override
  public String toString() {
    StringBuilder sb = new StringBuilder();
    sb.append("class GetDeviceLostModeDetails200ResponseLostMode {\n");
    sb.append("    disableStatus: ").append(toIndentedString(disableStatus)).append("\n");
    sb.append("    disableStatusAt: ").append(toIndentedString(disableStatusAt)).append("\n");
    sb.append("    disabledBy: ").append(toIndentedString(disabledBy)).append("\n");
    sb.append("    enableStatusAt: ").append(toIndentedString(enableStatusAt)).append("\n");
    sb.append("    enabledBy: ").append(toIndentedString(enabledBy)).append("\n");
    sb.append("    lastLocation: ").append(toIndentedString(lastLocation)).append("\n");
    sb.append("    lastLocationAt: ").append(toIndentedString(lastLocationAt)).append("\n");
    sb.append("    lastLocationStatus: ").append(toIndentedString(lastLocationStatus)).append("\n");
    sb.append("    lastLocationStatusAt: ").append(toIndentedString(lastLocationStatusAt)).append("\n");
    sb.append("    lockScreenFootnote: ").append(toIndentedString(lockScreenFootnote)).append("\n");
    sb.append("    lockScreenMessage: ").append(toIndentedString(lockScreenMessage)).append("\n");
    sb.append("    lockScreenPhoneNumber: ").append(toIndentedString(lockScreenPhoneNumber)).append("\n");
    sb.append("    lostModeStatus: ").append(toIndentedString(lostModeStatus)).append("\n");
    sb.append("    soundStatus: ").append(toIndentedString(soundStatus)).append("\n");
    sb.append("    soundStatusAt: ").append(toIndentedString(soundStatusAt)).append("\n");
    sb.append("}");
    return sb.toString();
  }

  /**
   * Convert the given object to string with each line indented by 4 spaces
   * (except the first line).
   */
  private String toIndentedString(Object o) {
    if (o == null) {
      return "null";
    }
    return o.toString().replace("\n", "\n    ");
  }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy