Class PolicyIdsUserStats.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of PolicyIdsUserStats.
    • Method Detail

      • setCount

        public PolicyIdsUserStats.Builder setCount​(java.lang.Long count)
        Number of unique users logged into VMs on which a particular signature was detected. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        count - New value for the property.
      • setUserList

        public PolicyIdsUserStats.Builder setUserList​(java.util.List<java.lang.String> userList)
        List of users logged into VMs on which a particular signature was detected. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        userList - New value for the property.