public class I18n extends Object
static class
I18n.Builder
I18n()
I18n(I18n.Builder builder)
String
getEnUs()
getJaJp()
getZhCn()
static I18n.Builder
newBuilder()
void
setEnUs(String enUs)
setJaJp(String jaJp)
setZhCn(String zhCn)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public I18n()
public I18n(I18n.Builder builder)
public String getZhCn()
public void setZhCn(String zhCn)
public String getEnUs()
public void setEnUs(String enUs)
public String getJaJp()
public void setJaJp(String jaJp)
public static I18n.Builder newBuilder()
Copyright © 2025. All rights reserved.