Category

open class Category : MPModelBase

Author

Daniel Nielsen - Copyright © 2017 MapsPeople A/S. All rights reserved.

Functions

Link copied to clipboard
@Nullable
open fun getField(@Nullable key: String): DataField
An optional space for misc fields
Link copied to clipboard
open fun isEqualTo(@NonNull category: Category): Boolean
open fun isEqualTo(@Nullable name: String): Boolean
Link copied to clipboard
@NonNull
open fun toString(): String

Properties

Link copied to clipboard
@SerializedName(value = "fields")
@Nullable
@get:Nullable
open val fields: HashMap<String, DataField>
Link copied to clipboard
@SerializedName(value = "key")
@NonNull
@get:NonNull
open val key: String
Link copied to clipboard
@SerializedName(value = "value")
@NonNull
@get:NonNull
open val value: String