public final class ServiceInformation extends Object implements IDLEntity
| Modifier and Type | Field and Description | 
|---|---|
| ServiceDetail[] | service_details
              ServiceDetails数组,提供有关该服务的更多细节。 
             | 
| int[] | service_options
              表示服务选项的int数组。 
             | 
| Constructor and Description | 
|---|
| ServiceInformation()
              构造具有空的service_options和service_details的ServiceInformation对象。 
             | 
| ServiceInformation(int[] __service_options, ServiceDetail[] __service_details)
              使用给定的service_options和service_details构造一个ServiceInformation对象。 
             | 
public int[] service_options
public ServiceDetail[] service_details
public ServiceInformation()
public ServiceInformation(int[] __service_options,
                          ServiceDetail[] __service_details) 
          __service_options - 描述服务选项的int数组。 
           __service_details - 描述服务详细信息的ServiceDetails数组。 
            Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.