Uses of Class
com.opencloud.slee.resources.cgin.cap_v4.CAP4BCSM_Failure
-
Packages that use CAP4BCSM_Failure Package Description com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.cap_v4.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CAP4BCSM_Failure in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CAP4BCSM_Failure Modifier and Type Method Description CAP4BCSM_Failure
CAP4BCSM_Failure. clone()
Constructs a copy of this object and everything reachable from it.static CAP4BCSM_Failure
CAP4BCSM_Failure. copyOf(CAP4BCSM_Failure from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.CAP4BCSM_Failure
CAP4EntityReleasedArg. getBCSM_Failure()
Gets the value of the bCSM-Failure choice.CAP4BCSM_Failure
CAP4BCSM_Failure. setCause(Cause value)
Sets the value of the field cause.CAP4BCSM_Failure
CAP4BCSM_Failure. setLegID(CCLegID value)
Sets the value of the field legID.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP4BCSM_Failure Modifier and Type Method Description static CAP4BCSM_Failure
CAP4BCSM_Failure. copyOf(CAP4BCSM_Failure from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.CAP4EntityReleasedArg
CAP4EntityReleasedArg. setBCSM_Failure(CAP4BCSM_Failure value)
Sets the value of the bCSM-Failure choice. -
Uses of CAP4BCSM_Failure in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CAP4BCSM_Failure Modifier and Type Field Description static PersistCodec<CAP4BCSM_Failure,CAP4BCSM_Failure,CAP4Proto.CAP_datatypes_BCSM_Failure>
CAP4Codecs. CAP_datatypes_BCSM_Failure
Singleton codec for the ASN.1 type: CAP-datatypes.BCSM-Failurestatic PersistCodec<CAP4BCSM_Failure,CAP4BCSM_Failure,CAP4Proto.CAP_datatypes_BCSM_Failure>
CAP4Codecs. CAP_datatypes_BCSM_Failure
Singleton codec for the ASN.1 type: CAP-datatypes.BCSM-Failure
-