copy

fun copy(fullRoadNumber: String = this.fullRoadNumber, shieldContent: String = this.shieldContent, affixes: List<String> = this.affixes, stateCode: String = this.stateCode, countryCode: String = this.countryCode, reference: String = this.reference): RoadShield

Deprecated

This will be removed from future releases after October 10th 2024.

Copies this object while allowing to change some properties.

Return

A copy of this object with properties changed as specified.

See also

for a description of the parameters.

Throws