Java class for SvrinterfaceInfo complex type.
| name | data type | constraints | description |
|---|---|---|---|
| id | string | required | |
| name | string | required | |
| version | string | required | |
| status | SvrInterfaceStatus | required | |
| supplierName | string | required | |
| accessURL | string | ||
| WSDLURL | string | ||
| validtime | number | required | |
| deprecatetime | number | ||
| suspendtime | number | ||
| docURL | string | ||
| securityType | string | required | |
| authToken | string | ||
| icon | string | ||
| description | string | required | |
| throughput | number | required | |
Properties inherited from TaskObject |
|||
| notificationId | string | ||
Example
{
"svrinterfaceInfo" : {
"id" : "...",
"name" : "...",
"version" : "...",
"status" : "SUSPENDED",
"supplierName" : "...",
"accessURL" : "...",
"WSDLURL" : "...",
"validtime" : 12345,
"deprecatetime" : 12345,
"suspendtime" : 12345,
"docURL" : "...",
"securityType" : "...",
"authToken" : "...",
"icon" : "...",
"description" : "...",
"throughput" : 12345,
"notificationId" : "..."
}
}