I have a problem when i tried to set cost value of dst-costs by using yang-generated-code. I found there is no method (looks like setCost(value)) and field for setting it. Maybe it’s because the type of cost is defined as anyxml, and yang-tools just ignore it. Did you also met this problem? And if you met how did you handle it?