public final class ServiceInformation extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
ServiceDetail[] |
service_details
的联系说明情况给出更多细节的服务阵列。
|
int[] |
service_options
int型数组表示的服务选项。
|
Constructor and Description |
---|
ServiceInformation()
构造一个空service_options和service_details信息对象。
|
ServiceInformation(int[] __service_options, ServiceDetail[] __service_details)
构建一个与给定的service_options和service_details信息对象。
|
public int[] service_options
public ServiceDetail[] service_details
public ServiceInformation()
public ServiceInformation(int[] __service_options, ServiceDetail[] __service_details)
__service_options
-描述服务选项的int型数组。
__service_details
-描述服务详情联系说明情况的数组。
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.