SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent

enum SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent


सुरक्षा पैच के लेवल के लिए कॉम्पोनेंट के टाइप.

खास जानकारी

Enum वैल्यू

KERNEL

कर्नेल कॉम्पोनेंट.

SECURITY_PATCH_COMPONENT_UNSPECIFIED

कॉम्पोनेंट की जानकारी नहीं दी गई है.

SYSTEM

सिस्टम कॉम्पोनेंट.

SYSTEM_MODULES

सिस्टम मॉड्यूल कॉम्पोनेंट.

सार्वजनिक फ़ंक्शन

java-static SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!
valueOf(name: String!)

यह फ़ंक्शन, इस टाइप के एनम कॉन्स्टेंट को तय नाम के साथ दिखाता है.

java-static Array<SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!>!

यह फ़ंक्शन, इस enum टाइप के कॉन्स्टेंट वाला एक अरे दिखाता है. इसमें कॉन्स्टेंट उसी क्रम में होते हैं जिस क्रम में उन्हें घोषित किया गया है.

Enum वैल्यू

SECURITY_PATCH_COMPONENT_UNSPECIFIED

val SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent.SECURITY_PATCH_COMPONENT_UNSPECIFIEDSoftwareInfo.SecurityPatchInfo.SecurityPatchComponent

कॉम्पोनेंट की जानकारी नहीं दी गई है.

प्रणाली

val SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent.SYSTEMSoftwareInfo.SecurityPatchInfo.SecurityPatchComponent

सिस्टम कॉम्पोनेंट.

SYSTEM_MODULES

val SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent.SYSTEM_MODULESSoftwareInfo.SecurityPatchInfo.SecurityPatchComponent

सिस्टम मॉड्यूल कॉम्पोनेंट.

सार्वजनिक फ़ंक्शन

valueOf

java-static fun valueOf(name: String!): SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!

यह फ़ंक्शन, इस टाइप के एनम कॉन्स्टेंट को तय नाम के साथ दिखाता है. स्ट्रिंग, इस टाइप में enum कॉन्स्टेंट का एलान करने के लिए इस्तेमाल किए गए आइडेंटिफ़ायर से पूरी तरह मेल खानी चाहिए. (ज़रूरत से ज़्यादा खाली सफ़ेद जगह छोड़ने की अनुमति नहीं है.)

रिटर्न
SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!

तय किए गए नाम वाला enum कॉन्सटेंट

थ्रो
java.lang.IllegalArgumentException

अगर इस enum टाइप में, तय किए गए नाम का कोई कॉन्सटेंट नहीं है

वैल्यू

java-static fun values(): Array<SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!>!

यह फ़ंक्शन, इस enum टाइप के कॉन्स्टेंट वाला एक अरे दिखाता है. इसमें कॉन्स्टेंट उसी क्रम में होते हैं जिस क्रम में उन्हें घोषित किया गया है. इस तरीके का इस्तेमाल, कॉन्स्टेंट पर बार-बार कार्रवाई करने के लिए किया जा सकता है.

रिटर्न
Array<SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!>!

इस enum टाइप के कॉन्स्टेंट वाली एक कैटगरी, जिसमें उन्हें उसी क्रम में रखा गया है जिस क्रम में उन्हें घोषित किया गया है