public class DeleteNamedVariableListRequest extends Object implements com.beanit.asn1bean.ber.types.BerType, Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DeleteNamedVariableListRequest.DomainName |
static class |
DeleteNamedVariableListRequest.ListOfVariableListName |
| 限定符和类型 | 字段和说明 |
|---|---|
static com.beanit.asn1bean.ber.BerTag |
tag |
| 构造器和说明 |
|---|
DeleteNamedVariableListRequest() |
DeleteNamedVariableListRequest(byte[] code) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendAsString(StringBuilder sb,
int indentLevel) |
int |
decode(InputStream is) |
int |
decode(InputStream is,
boolean withTag) |
int |
encode(OutputStream reverseOS) |
int |
encode(OutputStream reverseOS,
boolean withTag) |
void |
encodeAndSave(int encodingSizeGuess) |
DeleteNamedVariableListRequest.DomainName |
getDomainName() |
DeleteNamedVariableListRequest.ListOfVariableListName |
getListOfVariableListName() |
com.beanit.asn1bean.ber.types.BerInteger |
getScopeOfDelete() |
void |
setDomainName(DeleteNamedVariableListRequest.DomainName domainName) |
void |
setListOfVariableListName(DeleteNamedVariableListRequest.ListOfVariableListName listOfVariableListName) |
void |
setScopeOfDelete(com.beanit.asn1bean.ber.types.BerInteger scopeOfDelete) |
String |
toString() |
public DeleteNamedVariableListRequest()
public DeleteNamedVariableListRequest(byte[] code)
public com.beanit.asn1bean.ber.types.BerInteger getScopeOfDelete()
public void setScopeOfDelete(com.beanit.asn1bean.ber.types.BerInteger scopeOfDelete)
public DeleteNamedVariableListRequest.ListOfVariableListName getListOfVariableListName()
public void setListOfVariableListName(DeleteNamedVariableListRequest.ListOfVariableListName listOfVariableListName)
public DeleteNamedVariableListRequest.DomainName getDomainName()
public void setDomainName(DeleteNamedVariableListRequest.DomainName domainName)
public int encode(OutputStream reverseOS) throws IOException
encode 在接口中 com.beanit.asn1bean.ber.types.BerTypeIOExceptionpublic int encode(OutputStream reverseOS, boolean withTag) throws IOException
IOExceptionpublic int decode(InputStream is) throws IOException
decode 在接口中 com.beanit.asn1bean.ber.types.BerTypeIOExceptionpublic int decode(InputStream is, boolean withTag) throws IOException
IOExceptionpublic void encodeAndSave(int encodingSizeGuess)
throws IOException
IOExceptionpublic void appendAsString(StringBuilder sb, int indentLevel)
Copyright © 2025. All rights reserved.