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 API is deprecated and will be removed with the next major release.

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