निर्देश

abstract class Command


किसी कमांड के लागू होने का कोई इंस्टेंस.

खास जानकारी

नेस्ट किए गए टाइप

abstract class Command.Builder

Command के लिए बिल्डर.

ऐप्लिकेशन का डेटा मिटाने के अनुरोध की स्थिति.

Command.ClearAppsDataStatus के लिए बिल्डर.

किसी एक ऐप्लिकेशन का डेटा मिटाने की स्थिति.

Command.ClearAppsDataStatus.PerAppStatus के लिए बिल्डर.

यह जानकारी कि दिए गए ऐप्लिकेशन को मंज़ूरी मिली है या नहीं. साथ ही, अगर कोई गड़बड़ी हुई है, तो उसकी जानकारी.

ऐप्लिकेशन इंस्टॉल या अनइंस्टॉल करने के लिए दिए गए निर्देश की स्थिति.

Command.CustomAppOperationStatus के लिए बिल्डर.

ऑपरेशन की मौजूदा स्थिति.

RequestDeviceInfo कमांड का स्टेटस.

Command.RequestDeviceInfoStatus के लिए बिल्डर.

एडमिन ने डिवाइस की जिस जानकारी का अनुरोध किया है उसकी जानकारी.

Command.RequestDeviceInfoStatus.DeviceInfoCase का संभावित टाइप.

ईआईडी से जुड़ी जानकारी

Command.RequestDeviceInfoStatus.EidInfo के लिए बिल्डर.

हर eUICC चिप के लिए EID की जानकारी.

Command.RequestDeviceInfoStatus.EidInfo.Eid के लिए बिल्डर.

किसी निर्देश की स्थिति.

निर्देश की स्थिति.

abstract class Command.StatusCase

कमांड के हिसाब से स्टेटस.

Command.StatusCase का संभावित टाइप.

पब्लिक फ़ंक्शन

java-static Command.Builder!
abstract String!

कमांड के इस इंस्टेंस के लिए यूनीक आईडी.

abstract Instant!

वह समय जब यह निर्देश पूरा हुआ.

abstract Instant!

वह समय जब यह कमांड बनाई गई थी.

java-static Command!
abstract Command.State!

इस निर्देश की स्थिति.

abstract Command.StatusCase!

कमांड के हिसाब से स्टेटस.

abstract Command.Builder!

पब्लिक फ़ंक्शन

बिल्डर

java-static fun builder(): Command.Builder!

getCommandId

abstract fun getCommandId(): String!

कमांड के इस इंस्टेंस के लिए यूनीक आईडी.

getCompleteTime

abstract fun getCompleteTime(): Instant!

वह समय जब यह निर्देश पूरा हुआ.

getCreateTime

abstract fun getCreateTime(): Instant!

वह समय जब यह कमांड बनाई गई थी.

getDefaultInstance

java-static fun getDefaultInstance(): Command!

getState

abstract fun getState(): Command.State!

इस निर्देश की स्थिति.

getStatus

abstract fun getStatus(): Command.StatusCase!

कमांड के हिसाब से स्टेटस.

toBuilder

abstract fun toBuilder(): Command.Builder!