apollo-kotlin-execution
Toggle table of contents
0.1.2-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
apollo-kotlin-execution
apollo-execution-reporting
/
com.apollographql.execution.reporting
/
TypeStat
Type
Stat
class
TypeStat
(
per_field_stat
:
Map
<
String
,
FieldStat
>
=
emptyMap()
,
unknownFields
:
ByteString
=
ByteString.EMPTY
)
:
Message
<
TypeStat
,
Nothing
>
Members
Constructors
Type
Stat
Link copied to clipboard
constructor
(
per_field_stat
:
Map
<
String
,
FieldStat
>
=
emptyMap()
,
unknownFields
:
ByteString
=
ByteString.EMPTY
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
adapter
Link copied to clipboard
val
adapter
:
ProtoAdapter
<
TypeStat
>
per_
field_
stat
Link copied to clipboard
val
per_field_stat
:
Map
<
String
,
FieldStat
>
Key is (eg) "email" for User.email:String!
unknown
Fields
Link copied to clipboard
expect
open
val
unknownFields
:
ByteString
Functions
copy
Link copied to clipboard
fun
copy
(
per_field_stat
:
Map
<
String
,
FieldStat
>
=
this.per_field_stat
,
unknownFields
:
ByteString
=
this.unknownFields
)
:
TypeStat
encode
Link copied to clipboard
expect
fun
encode
(
)
:
ByteArray
expect
fun
encode
(
sink
:
BufferedSink
)
encode
Byte
String
Link copied to clipboard
expect
fun
encodeByteString
(
)
:
ByteString
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String