public class CardPresent extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CardPresent.Builder |
| 构造器和说明 |
|---|
CardPresent() |
CardPresent(CardPresent.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBody() |
String |
getCallbackInfo() |
Boolean |
getInteractable() |
String |
getOperationType() |
String |
getType() |
static CardPresent.Builder |
newBuilder() |
void |
setBody(String body) |
void |
setCallbackInfo(String callbackInfo) |
void |
setInteractable(Boolean interactable) |
void |
setOperationType(String operationType) |
void |
setType(String type) |
public CardPresent()
public CardPresent(CardPresent.Builder builder)
public String getBody()
public void setBody(String body)
public Boolean getInteractable()
public void setInteractable(Boolean interactable)
public String getType()
public void setType(String type)
public String getOperationType()
public void setOperationType(String operationType)
public String getCallbackInfo()
public void setCallbackInfo(String callbackInfo)
public static CardPresent.Builder newBuilder()
Copyright © 2025. All rights reserved.