Class Translation

    • Method Detail

      • getTranslation

        public String getTranslation()
        The translated string.
        Returns:
        The translated string.
      • getApprovalStatus

        public String getApprovalStatus()
        The approval status of the string.

        Possible values: auto-approved, approved, unapproved

        Returns:
        The approval status of the string.
      • setApprovalStatus

        public void setApprovalStatus​(String approvalStatus)
        The approval status of the string.

        Possible values: auto-approved, approved, unapproved

      • getNativeString

        public String getNativeString()
        The original string that was translated.
        Returns:
        The original string that was translated.
      • setNativeString

        public void setNativeString​(String nativeString)
        The original string that was translated.
      • getDescription

        public String getDescription()
        The provided description of the string.
        Returns:
        The provided description of the string.
      • setDescription

        public void setDescription​(String description)
        The provided description of the string.