Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
Modifier and Type | Method and Description |
---|---|
static MAPRegionalSubscriptionResponse |
MAPRegionalSubscriptionResponse.fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
MAPRegionalSubscriptionResponse |
MAPInsertSubscriberDataRes.getRegionalSubscriptionResponse()
Gets the value of the field regionalSubscriptionResponse.
|
MAPRegionalSubscriptionResponse |
MAPDeleteSubscriberDataRes.getRegionalSubscriptionResponse()
Gets the value of the field regionalSubscriptionResponse.
|
static MAPRegionalSubscriptionResponse |
MAPRegionalSubscriptionResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPRegionalSubscriptionResponse[] |
MAPRegionalSubscriptionResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MAPInsertSubscriberDataRes |
MAPInsertSubscriberDataRes.setRegionalSubscriptionResponse(MAPRegionalSubscriptionResponse value)
Sets the value of the field regionalSubscriptionResponse.
|
MAPDeleteSubscriberDataRes |
MAPDeleteSubscriberDataRes.setRegionalSubscriptionResponse(MAPRegionalSubscriptionResponse value)
Sets the value of the field regionalSubscriptionResponse.
|