-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features/automatic update #15
Conversation
operator fun set(key: String, value: LatestMeasurementFragment): LatestMeasurementFragment? = additionalProperties.put(key, value) | ||
|
||
override fun toString(): String { | ||
return Gson().toJson(this).toString() |
Check notice
Code scanning / CodeQL
Useless toString on String Note
var revocationDate: String? = null | ||
|
||
override fun toString(): String { | ||
return Gson().toJson(this).toString() |
Check notice
Code scanning / CodeQL
Useless toString on String Note
var time: String? = null | ||
|
||
override fun toString(): String { | ||
return Gson().toJson(this).toString() |
Check notice
Code scanning / CodeQL
Useless toString on String Note
operator fun set(key: String, value: LatestMeasurementValue): LatestMeasurementValue? = additionalProperties.put(key, value) | ||
|
||
override fun toString(): String { | ||
return Gson().toJson(this).toString() |
Check notice
Code scanning / CodeQL
Useless toString on String Note
var crls: Array<CRLEntry>? = null | ||
|
||
override fun toString(): String { | ||
return Gson().toJson(this).toString() |
Check notice
Code scanning / CodeQL
Useless toString on String Note
No description provided.