Class NaverMapSdk.NaverCloudPlatformGovClient

  • Enclosing class:
    NaverMapSdk

    public static final class NaverMapSdk.NaverCloudPlatformGovClient
    extends NaverMapSdk.Client
    공공용 네이버 클라우드 플랫폼 클라이언트.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String clientId
      클라이언트 ID.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • clientId

        @NonNull
        public final java.lang.String clientId
        클라이언트 ID.
    • Constructor Detail

      • NaverCloudPlatformGovClient

        public NaverCloudPlatformGovClient​(@NonNull
                                           java.lang.String clientId)
        생성자.
        Parameters:
        clientId - 클라이언트 ID.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object