X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=features%2Fdevicemanager%2Fg-ran%2Fru-fh%2Fprovider%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyang%2Fgen%2Fv1%2Furn%2F_3gpp%2Ftsg%2Fsa5%2Fnrm%2Ftypes%2Frev180731%2FRRMPolicyRatio2.java;fp=features%2Fdevicemanager%2Fg-ran%2Fru-fh%2Fprovider%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyang%2Fgen%2Fv1%2Furn%2F_3gpp%2Ftsg%2Fsa5%2Fnrm%2Ftypes%2Frev180731%2FRRMPolicyRatio2.java;h=0000000000000000000000000000000000000000;hb=0719837d53276b4f132d7db31d3753e12bb3914b;hp=5669971d9542bc5a520f9b2c9603ffb0d29ce8d9;hpb=6bc11bbce334d492295ad966650debef910efb39;p=oam.git diff --git a/features/devicemanager/g-ran/ru-fh/provider/src/main/java/org/opendaylight/yang/gen/v1/urn/_3gpp/tsg/sa5/nrm/types/rev180731/RRMPolicyRatio2.java b/features/devicemanager/g-ran/ru-fh/provider/src/main/java/org/opendaylight/yang/gen/v1/urn/_3gpp/tsg/sa5/nrm/types/rev180731/RRMPolicyRatio2.java deleted file mode 100644 index 5669971..0000000 --- a/features/devicemanager/g-ran/ru-fh/provider/src/main/java/org/opendaylight/yang/gen/v1/urn/_3gpp/tsg/sa5/nrm/types/rev180731/RRMPolicyRatio2.java +++ /dev/null @@ -1,86 +0,0 @@ -package org.opendaylight.yang.gen.v1.urn._3gpp.tsg.sa5.nrm.types.rev180731; -import java.lang.Integer; -import java.lang.Short; -import java.util.List; -import org.eclipse.jdt.annotation.Nullable; -import org.opendaylight.yangtools.yang.binding.DataObject; -import org.opendaylight.yangtools.yang.common.QName; - -/** - * - *

- * This class represents the following YANG schema fragment defined in module _3gpp-common-yang-types - *

- * grouping RRMPolicyRatio2 {
- *   leaf groupId {
- *     type uint16;
- *   }
- *   leaf-list sNSSAI {
- *     type t_s-NSSAI;
- *   }
- *   leaf quotaType {
- *     type t_quotaType;
- *   }
- *   leaf rRMPolicyMaxRation {
- *     type uint8;
- *   }
- *   leaf rRMPolicyMarginMaxRation {
- *     type uint8;
- *   }
- *   leaf rRMPolicyMinRation {
- *     type uint8;
- *   }
- *   leaf rRMPolicyMarginMinRation {
- *     type uint8;
- *   }
- * }
- * 
The schema path to identify an instance is - * _3gpp-common-yang-types/RRMPolicyRatio2 - * - */ -public interface RRMPolicyRatio2 - extends - DataObject -{ - - - - public static final QName QNAME = $YangModuleInfoImpl.qnameOf("RRMPolicyRatio2"); - - /** - * @return java.lang.Integer groupId, or null if not present - */ - @Nullable Integer getGroupId(); - - /** - * @return java.util.List sNSSAI, or null if not present - */ - @Nullable List getSNSSAI(); - - /** - * @return org.opendaylight.yang.gen.v1.urn._3gpp.tsg.sa5.nrm.types.rev180731.TQuotaType quotaType, or null if not present - */ - @Nullable TQuotaType getQuotaType(); - - /** - * @return java.lang.Short rRMPolicyMaxRation, or null if not present - */ - @Nullable Short getRRMPolicyMaxRation(); - - /** - * @return java.lang.Short rRMPolicyMarginMaxRation, or null if not present - */ - @Nullable Short getRRMPolicyMarginMaxRation(); - - /** - * @return java.lang.Short rRMPolicyMinRation, or null if not present - */ - @Nullable Short getRRMPolicyMinRation(); - - /** - * @return java.lang.Short rRMPolicyMarginMinRation, or null if not present - */ - @Nullable Short getRRMPolicyMarginMinRation(); - -} -