Class ClearData

java.lang.Object
xyz.krmentos.adofaigg.data.ClearData

public class ClearData extends Object
이 클래스는 클리어 데이터를 나타냅니다.

클리어 데이터는 Adofai.gg API에서 Google Sheets로부터 로드되어 객체로 매핑됩니다.

ClearData 객체를 생성할 때는 loadData(JsonObject) 메서드를 사용하여 JsonObjectClearData 배열로 변환합니다.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static int
    Google Sheet에 GID 코드로 데이터를 불러오는데 사용합니다.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ClearData[]
    loadData(com.google.gson.JsonObject object)
    주어진 JsonObject에서 ClearData 배열을 생성합니다.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • gid

      public static int gid
      Google Sheet에 GID 코드로 데이터를 불러오는데 사용합니다.
  • Constructor Details

    • ClearData

      public ClearData()
  • Method Details

    • loadData

      public static ClearData[] loadData(com.google.gson.JsonObject object)
      주어진 JsonObject에서 ClearData 배열을 생성합니다.
      Parameters:
      object - Json 데이터에서 JsonObject로 추출된 데이터입니다.
      Returns:
      ClearData 배열로 변환된 데이터입니다.