MapDetailResponse
    • PDF

    MapDetailResponse

    • PDF

    記事の要約

    VPC環境で利用できます。

    Geo/CIDR Mapの詳細情報です。

    構文

    構文は次の通りです。

    public class MapDetailResponse { 
        private Long id;
        private String name;
        private MapType mapType;
        private Long createdDate;
        private Long modifiedDate;
        private Boolean defaultYn;
        private List<DetailedMap> detailedMapList;
    }
    
    
    public class DetailedMap { 
        private Long id;
    	private String name;
    	private String content;
        private List<GeoIdMapping> geoIdMappings;
    }
    
    public class GeoIdMapping { 
        private String geoName;
        private GeoType geoType;
    }
    

    フィールド

    フィールドの詳細は次の通りです。

    MapDetailResponse

    フィールドタイプ必須の有無説明
    idLong-Geo/CIDR Map ID
    nameString-Geo/CIDR Mapの名前
    mapTypeEnum-Map区分
    • GEO | CIDR
    createdDateLong-作成日時(UTC 0)
    modifiedDateLong-更新日時(UTC 0)
    defaultYnBoolean-NAVERクラウドプラットフォームが提供する Map情報かどうか
    • true | false
    detailedMapListList<DetailedMap>-Geo/CIDR Mapの詳細情報

    DetailedMap

    フィールドタイプ必須の有無説明
    idLong-Geo/CIDR Mapの詳細情報 ID
    nameString-Geo/CIDR Mapの詳細情報名
    contentString-Geo/CIDR Mapの詳細情報
    geoIdMappingsList<GeoIdMapping>-地域情報

    GeoIdMapping

    フィールドタイプ必須の有無説明
    geoNameString-地域名
    geoTypeEnum-地域区分
    • CONTINENT | NATION | CITY

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.