public final class SampleRejectedStatus extends Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
int |
last_instance_handle |
SampleRejectedStatusKind |
last_reason |
int |
total_count |
int |
total_count_change |
| Constructor and Description |
|---|
SampleRejectedStatus() |
SampleRejectedStatus(int total_count,
int total_count_change,
SampleRejectedStatusKind last_reason,
int last_instance_handle) |
public int total_count
public int total_count_change
public SampleRejectedStatusKind last_reason
public int last_instance_handle
public SampleRejectedStatus()
public SampleRejectedStatus(int total_count,
int total_count_change,
SampleRejectedStatusKind last_reason,
int last_instance_handle)
Copyright © 2015 JacORB. All rights reserved.