RemoteFilter

data class RemoteFilter(field: String, type: String, value: String?)

Functions

component1
Link copied to clipboard
common
operator fun component1(): String
component2
Link copied to clipboard
common
operator fun component2(): String
component3
Link copied to clipboard
common
operator fun component3(): String?
copy
Link copied to clipboard
common
fun copy(field: String, type: String, value: String?): RemoteFilter
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

field
Link copied to clipboard
common
val field: String
type
Link copied to clipboard
common
val type: String
value
Link copied to clipboard
common
val value: String?