PropertyName
最新版本的 SDK 已不再提供此課程。
有此級別的更新版本。前往查看 最新版本。

Use this annotation on getters and setters in an interface that derives from GraphObject, if you wish to override the default property name that is inferred from the name of the method.

If this annotation is specified on a method, it must contain a non-empty String value that represents the name of the property that the method is a getter or setter for.

實作Annotation
套件:model
執行個體方法
value()
public String value()