类 CountryRegion

java.lang.Object
com.lark.oapi.service.corehr.v1.model.CountryRegion

public class CountryRegion extends Object
  • 构造器详细资料

    • CountryRegion

      public CountryRegion()
    • CountryRegion

      public CountryRegion(CountryRegion.Builder builder)
  • 方法详细资料

    • newBuilder

      public static CountryRegion.Builder newBuilder()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public I18n[] getName()
    • setName

      public void setName(I18n[] name)
    • getAlpha3Code

      public String getAlpha3Code()
    • setAlpha3Code

      public void setAlpha3Code(String alpha3Code)
    • getAlpha2Code

      public String getAlpha2Code()
    • setAlpha2Code

      public void setAlpha2Code(String alpha2Code)