Class OperationBilling


  • public class OperationBilling
    extends Object
    The `billing` element can be used to affect the values that are written to the server's statistics logs (called \"billing logs\") for the web service call.
    • Constructor Detail

      • OperationBilling

        public OperationBilling()
    • Method Detail

      • getApplicationName

        @Nullable
        public @Nullable String getApplicationName()
        A free text that specifies the name of the application calling the web service. This attribute makes it possible to analyze the logs with regard to specific applications, for example. **Important:** If the web service is called by an external application that does not set its own value for \"applicationName\", a value of \"external\" will be entered automatically. If the web service is called from the server's portal, a value of \"portal\" will be entered automatically.
        Returns:
        applicationName
      • setApplicationName

        public void setApplicationName​(String applicationName)
      • getCustomerCode

        @Nullable
        public @Nullable String getCustomerCode()
        A free text that identifies the customer calling the web service. This attribute makes it possible to analyze the logs with regard to specific customers, for example.
        Returns:
        customerCode
      • setCustomerCode

        public void setCustomerCode​(String customerCode)
      • getUserName

        @Nullable
        public @Nullable String getUserName()
        A free text that specifies the name of the user calling the web service. This attribute makes it possible to analyze the logs with regard to specific users, for example. **Important:** If the web service is called from the server's portal and a user is logged in, the user's name will be entered automatically.
        Returns:
        userName
      • setUserName

        public void setUserName​(String userName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object