SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent

enum SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent


ประเภทของคอมโพเนนต์สำหรับระดับแพตช์ด้านความปลอดภัย

สรุป

ค่า Enum

KERNEL

คอมโพเนนต์เคอร์เนล

SECURITY_PATCH_COMPONENT_UNSPECIFIED

ไม่ได้ระบุคอมโพเนนต์

SYSTEM

คอมโพเนนต์ของระบบ

SYSTEM_MODULES

คอมโพเนนต์โมดูลระบบ

ฟังก์ชันสาธารณะ

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

แสดงผลค่าคงที่ enum ของประเภทนี้ที่มีชื่อที่ระบุ

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

แสดงผลอาร์เรย์ที่มีค่าคงที่ของประเภท Enum นี้ตามลำดับที่ประกาศ

ค่า Enum

SECURITY_PATCH_COMPONENT_UNSPECIFIED

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

ไม่ได้ระบุคอมโพเนนต์

SYSTEM_MODULES

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

คอมโพเนนต์โมดูลระบบ

ฟังก์ชันสาธารณะ

valueOf

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

แสดงผลค่าคงที่ enum ของประเภทนี้ที่มีชื่อที่ระบุ สตริงต้องตรงกับตัวระบุที่ใช้ประกาศค่าคงที่ของ Enum ในประเภทนี้ (ไม่อนุญาตให้ใช้อักขระช่องว่างที่ไม่จำเป็น)

การคืนสินค้า
SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!

ค่าคงที่ enum ที่มีชื่อที่ระบุ

ส่ง
java.lang.IllegalArgumentException

หากประเภทการแจงนับนี้ไม่มีค่าคงที่ที่มีชื่อที่ระบุ

values

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

แสดงผลอาร์เรย์ที่มีค่าคงที่ของประเภท Enum นี้ตามลำดับที่ประกาศ วิธีนี้อาจใช้เพื่อวนซ้ำค่าคงที่

การคืนสินค้า
Array<SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!>!

อาร์เรย์ที่มีค่าคงที่ของประเภทการแจงนับนี้ตามลำดับที่ประกาศ