758 lines
39 KiB
Java
758 lines
39 KiB
Java
package com.sforce.soap.tooling.sobject;
|
|
|
|
/**
|
|
* This is a generated class for the SObject Enterprise API.
|
|
* Do not edit this file, as your changes will be lost.
|
|
*/
|
|
public class PackageInstallRequest extends com.sforce.soap.tooling.sobject.SObject {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public PackageInstallRequest() {}
|
|
|
|
/* Cache the typeInfo instead of declaring static fields throughout*/
|
|
private transient java.util.Map<String, com.sforce.ws.bind.TypeInfo> typeInfoCache = new java.util.HashMap<String, com.sforce.ws.bind.TypeInfo>();
|
|
private com.sforce.ws.bind.TypeInfo _lookupTypeInfo(String fieldName, String namespace, String name, String typeNS, String type, int minOcc, int maxOcc, boolean elementForm) {
|
|
com.sforce.ws.bind.TypeInfo typeInfo = typeInfoCache.get(fieldName);
|
|
if (typeInfo == null) {
|
|
typeInfo = new com.sforce.ws.bind.TypeInfo(namespace, name, typeNS, type, minOcc, maxOcc, elementForm);
|
|
typeInfoCache.put(fieldName, typeInfo);
|
|
}
|
|
return typeInfo;
|
|
}
|
|
|
|
/**
|
|
* element : ApexCompileType of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean ApexCompileType__is_set = false;
|
|
|
|
private java.lang.String ApexCompileType;
|
|
|
|
public java.lang.String getApexCompileType() {
|
|
return ApexCompileType;
|
|
}
|
|
|
|
public void setApexCompileType(java.lang.String ApexCompileType) {
|
|
this.ApexCompileType = ApexCompileType;
|
|
ApexCompileType__is_set = true;
|
|
}
|
|
|
|
protected void setApexCompileType(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("ApexCompileType", "urn:sobject.tooling.soap.sforce.com","ApexCompileType","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setApexCompileType(__typeMapper.readString(__in, _lookupTypeInfo("ApexCompileType", "urn:sobject.tooling.soap.sforce.com","ApexCompileType","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldApexCompileType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ApexCompileType", "urn:sobject.tooling.soap.sforce.com","ApexCompileType","http://www.w3.org/2001/XMLSchema","string",0,1,true), ApexCompileType, ApexCompileType__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : CreatedBy of type {urn:sobject.tooling.soap.sforce.com}User
|
|
* java type: com.sforce.soap.tooling.sobject.User
|
|
*/
|
|
private boolean CreatedBy__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.User CreatedBy;
|
|
|
|
public com.sforce.soap.tooling.sobject.User getCreatedBy() {
|
|
return CreatedBy;
|
|
}
|
|
|
|
public void setCreatedBy(com.sforce.soap.tooling.sobject.User CreatedBy) {
|
|
this.CreatedBy = CreatedBy;
|
|
CreatedBy__is_set = true;
|
|
}
|
|
|
|
protected void setCreatedBy(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true))) {
|
|
setCreatedBy((com.sforce.soap.tooling.sobject.User)__typeMapper.readObject(__in, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), com.sforce.soap.tooling.sobject.User.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCreatedBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), CreatedBy, CreatedBy__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : CreatedById of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean CreatedById__is_set = false;
|
|
|
|
private java.lang.String CreatedById;
|
|
|
|
public java.lang.String getCreatedById() {
|
|
return CreatedById;
|
|
}
|
|
|
|
public void setCreatedById(java.lang.String CreatedById) {
|
|
this.CreatedById = CreatedById;
|
|
CreatedById__is_set = true;
|
|
}
|
|
|
|
protected void setCreatedById(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setCreatedById(__typeMapper.readString(__in, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCreatedById(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true), CreatedById, CreatedById__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : CreatedDate of type {http://www.w3.org/2001/XMLSchema}dateTime
|
|
* java type: java.util.Calendar
|
|
*/
|
|
private boolean CreatedDate__is_set = false;
|
|
|
|
private java.util.Calendar CreatedDate;
|
|
|
|
public java.util.Calendar getCreatedDate() {
|
|
return CreatedDate;
|
|
}
|
|
|
|
public void setCreatedDate(java.util.Calendar CreatedDate) {
|
|
this.CreatedDate = CreatedDate;
|
|
CreatedDate__is_set = true;
|
|
}
|
|
|
|
protected void setCreatedDate(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
|
|
setCreatedDate((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCreatedDate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), CreatedDate, CreatedDate__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : EnableRss of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean EnableRss__is_set = false;
|
|
|
|
private java.lang.Boolean EnableRss;
|
|
|
|
public java.lang.Boolean getEnableRss() {
|
|
return EnableRss;
|
|
}
|
|
|
|
public void setEnableRss(java.lang.Boolean EnableRss) {
|
|
this.EnableRss = EnableRss;
|
|
EnableRss__is_set = true;
|
|
}
|
|
|
|
protected void setEnableRss(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("EnableRss", "urn:sobject.tooling.soap.sforce.com","EnableRss","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableRss((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("EnableRss", "urn:sobject.tooling.soap.sforce.com","EnableRss","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableRss(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("EnableRss", "urn:sobject.tooling.soap.sforce.com","EnableRss","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), EnableRss, EnableRss__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Errors of type {urn:sobject.tooling.soap.sforce.com}SubscriberPackageInstallErrors
|
|
* java type: com.sforce.soap.tooling.sobject.SubscriberPackageInstallErrors
|
|
*/
|
|
private boolean Errors__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.SubscriberPackageInstallErrors Errors;
|
|
|
|
public com.sforce.soap.tooling.sobject.SubscriberPackageInstallErrors getErrors() {
|
|
return Errors;
|
|
}
|
|
|
|
public void setErrors(com.sforce.soap.tooling.sobject.SubscriberPackageInstallErrors Errors) {
|
|
this.Errors = Errors;
|
|
Errors__is_set = true;
|
|
}
|
|
|
|
protected void setErrors(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("Errors", "urn:sobject.tooling.soap.sforce.com","Errors","urn:sobject.tooling.soap.sforce.com","SubscriberPackageInstallErrors",0,1,true))) {
|
|
setErrors((com.sforce.soap.tooling.sobject.SubscriberPackageInstallErrors)__typeMapper.readObject(__in, _lookupTypeInfo("Errors", "urn:sobject.tooling.soap.sforce.com","Errors","urn:sobject.tooling.soap.sforce.com","SubscriberPackageInstallErrors",0,1,true), com.sforce.soap.tooling.sobject.SubscriberPackageInstallErrors.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldErrors(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Errors", "urn:sobject.tooling.soap.sforce.com","Errors","urn:sobject.tooling.soap.sforce.com","SubscriberPackageInstallErrors",0,1,true), Errors, Errors__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsDeleted of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsDeleted__is_set = false;
|
|
|
|
private java.lang.Boolean IsDeleted;
|
|
|
|
public java.lang.Boolean getIsDeleted() {
|
|
return IsDeleted;
|
|
}
|
|
|
|
public void setIsDeleted(java.lang.Boolean IsDeleted) {
|
|
this.IsDeleted = IsDeleted;
|
|
IsDeleted__is_set = true;
|
|
}
|
|
|
|
protected void setIsDeleted(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("IsDeleted", "urn:sobject.tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsDeleted((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsDeleted", "urn:sobject.tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsDeleted(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsDeleted", "urn:sobject.tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsDeleted, IsDeleted__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : LastModifiedBy of type {urn:sobject.tooling.soap.sforce.com}User
|
|
* java type: com.sforce.soap.tooling.sobject.User
|
|
*/
|
|
private boolean LastModifiedBy__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.User LastModifiedBy;
|
|
|
|
public com.sforce.soap.tooling.sobject.User getLastModifiedBy() {
|
|
return LastModifiedBy;
|
|
}
|
|
|
|
public void setLastModifiedBy(com.sforce.soap.tooling.sobject.User LastModifiedBy) {
|
|
this.LastModifiedBy = LastModifiedBy;
|
|
LastModifiedBy__is_set = true;
|
|
}
|
|
|
|
protected void setLastModifiedBy(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("LastModifiedBy", "urn:sobject.tooling.soap.sforce.com","LastModifiedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true))) {
|
|
setLastModifiedBy((com.sforce.soap.tooling.sobject.User)__typeMapper.readObject(__in, _lookupTypeInfo("LastModifiedBy", "urn:sobject.tooling.soap.sforce.com","LastModifiedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), com.sforce.soap.tooling.sobject.User.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLastModifiedBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("LastModifiedBy", "urn:sobject.tooling.soap.sforce.com","LastModifiedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), LastModifiedBy, LastModifiedBy__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : LastModifiedById of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean LastModifiedById__is_set = false;
|
|
|
|
private java.lang.String LastModifiedById;
|
|
|
|
public java.lang.String getLastModifiedById() {
|
|
return LastModifiedById;
|
|
}
|
|
|
|
public void setLastModifiedById(java.lang.String LastModifiedById) {
|
|
this.LastModifiedById = LastModifiedById;
|
|
LastModifiedById__is_set = true;
|
|
}
|
|
|
|
protected void setLastModifiedById(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("LastModifiedById", "urn:sobject.tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setLastModifiedById(__typeMapper.readString(__in, _lookupTypeInfo("LastModifiedById", "urn:sobject.tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLastModifiedById(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("LastModifiedById", "urn:sobject.tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true), LastModifiedById, LastModifiedById__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : LastModifiedDate of type {http://www.w3.org/2001/XMLSchema}dateTime
|
|
* java type: java.util.Calendar
|
|
*/
|
|
private boolean LastModifiedDate__is_set = false;
|
|
|
|
private java.util.Calendar LastModifiedDate;
|
|
|
|
public java.util.Calendar getLastModifiedDate() {
|
|
return LastModifiedDate;
|
|
}
|
|
|
|
public void setLastModifiedDate(java.util.Calendar LastModifiedDate) {
|
|
this.LastModifiedDate = LastModifiedDate;
|
|
LastModifiedDate__is_set = true;
|
|
}
|
|
|
|
protected void setLastModifiedDate(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("LastModifiedDate", "urn:sobject.tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
|
|
setLastModifiedDate((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("LastModifiedDate", "urn:sobject.tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLastModifiedDate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("LastModifiedDate", "urn:sobject.tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), LastModifiedDate, LastModifiedDate__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : NameConflictResolution of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean NameConflictResolution__is_set = false;
|
|
|
|
private java.lang.String NameConflictResolution;
|
|
|
|
public java.lang.String getNameConflictResolution() {
|
|
return NameConflictResolution;
|
|
}
|
|
|
|
public void setNameConflictResolution(java.lang.String NameConflictResolution) {
|
|
this.NameConflictResolution = NameConflictResolution;
|
|
NameConflictResolution__is_set = true;
|
|
}
|
|
|
|
protected void setNameConflictResolution(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("NameConflictResolution", "urn:sobject.tooling.soap.sforce.com","NameConflictResolution","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setNameConflictResolution(__typeMapper.readString(__in, _lookupTypeInfo("NameConflictResolution", "urn:sobject.tooling.soap.sforce.com","NameConflictResolution","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldNameConflictResolution(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("NameConflictResolution", "urn:sobject.tooling.soap.sforce.com","NameConflictResolution","http://www.w3.org/2001/XMLSchema","string",0,1,true), NameConflictResolution, NameConflictResolution__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : PackageInstallRequestErrors of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean PackageInstallRequestErrors__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult PackageInstallRequestErrors;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getPackageInstallRequestErrors() {
|
|
return PackageInstallRequestErrors;
|
|
}
|
|
|
|
public void setPackageInstallRequestErrors(com.sforce.soap.tooling.QueryResult PackageInstallRequestErrors) {
|
|
this.PackageInstallRequestErrors = PackageInstallRequestErrors;
|
|
PackageInstallRequestErrors__is_set = true;
|
|
}
|
|
|
|
protected void setPackageInstallRequestErrors(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("PackageInstallRequestErrors", "urn:sobject.tooling.soap.sforce.com","PackageInstallRequestErrors","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setPackageInstallRequestErrors((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("PackageInstallRequestErrors", "urn:sobject.tooling.soap.sforce.com","PackageInstallRequestErrors","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldPackageInstallRequestErrors(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("PackageInstallRequestErrors", "urn:sobject.tooling.soap.sforce.com","PackageInstallRequestErrors","urn:tooling.soap.sforce.com","QueryResult",0,1,true), PackageInstallRequestErrors, PackageInstallRequestErrors__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : PackageInstallSource of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean PackageInstallSource__is_set = false;
|
|
|
|
private java.lang.String PackageInstallSource;
|
|
|
|
public java.lang.String getPackageInstallSource() {
|
|
return PackageInstallSource;
|
|
}
|
|
|
|
public void setPackageInstallSource(java.lang.String PackageInstallSource) {
|
|
this.PackageInstallSource = PackageInstallSource;
|
|
PackageInstallSource__is_set = true;
|
|
}
|
|
|
|
protected void setPackageInstallSource(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("PackageInstallSource", "urn:sobject.tooling.soap.sforce.com","PackageInstallSource","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setPackageInstallSource(__typeMapper.readString(__in, _lookupTypeInfo("PackageInstallSource", "urn:sobject.tooling.soap.sforce.com","PackageInstallSource","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldPackageInstallSource(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("PackageInstallSource", "urn:sobject.tooling.soap.sforce.com","PackageInstallSource","http://www.w3.org/2001/XMLSchema","string",0,1,true), PackageInstallSource, PackageInstallSource__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Password of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean Password__is_set = false;
|
|
|
|
private java.lang.String Password;
|
|
|
|
public java.lang.String getPassword() {
|
|
return Password;
|
|
}
|
|
|
|
public void setPassword(java.lang.String Password) {
|
|
this.Password = Password;
|
|
Password__is_set = true;
|
|
}
|
|
|
|
protected void setPassword(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("Password", "urn:sobject.tooling.soap.sforce.com","Password","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setPassword(__typeMapper.readString(__in, _lookupTypeInfo("Password", "urn:sobject.tooling.soap.sforce.com","Password","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldPassword(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Password", "urn:sobject.tooling.soap.sforce.com","Password","http://www.w3.org/2001/XMLSchema","string",0,1,true), Password, Password__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ProfileMappings of type {urn:sobject.tooling.soap.sforce.com}SubscriberPackageProfileMappings
|
|
* java type: com.sforce.soap.tooling.sobject.SubscriberPackageProfileMappings
|
|
*/
|
|
private boolean ProfileMappings__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.SubscriberPackageProfileMappings ProfileMappings;
|
|
|
|
public com.sforce.soap.tooling.sobject.SubscriberPackageProfileMappings getProfileMappings() {
|
|
return ProfileMappings;
|
|
}
|
|
|
|
public void setProfileMappings(com.sforce.soap.tooling.sobject.SubscriberPackageProfileMappings ProfileMappings) {
|
|
this.ProfileMappings = ProfileMappings;
|
|
ProfileMappings__is_set = true;
|
|
}
|
|
|
|
protected void setProfileMappings(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("ProfileMappings", "urn:sobject.tooling.soap.sforce.com","ProfileMappings","urn:sobject.tooling.soap.sforce.com","SubscriberPackageProfileMappings",0,1,true))) {
|
|
setProfileMappings((com.sforce.soap.tooling.sobject.SubscriberPackageProfileMappings)__typeMapper.readObject(__in, _lookupTypeInfo("ProfileMappings", "urn:sobject.tooling.soap.sforce.com","ProfileMappings","urn:sobject.tooling.soap.sforce.com","SubscriberPackageProfileMappings",0,1,true), com.sforce.soap.tooling.sobject.SubscriberPackageProfileMappings.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldProfileMappings(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ProfileMappings", "urn:sobject.tooling.soap.sforce.com","ProfileMappings","urn:sobject.tooling.soap.sforce.com","SubscriberPackageProfileMappings",0,1,true), ProfileMappings, ProfileMappings__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SecurityType of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean SecurityType__is_set = false;
|
|
|
|
private java.lang.String SecurityType;
|
|
|
|
public java.lang.String getSecurityType() {
|
|
return SecurityType;
|
|
}
|
|
|
|
public void setSecurityType(java.lang.String SecurityType) {
|
|
this.SecurityType = SecurityType;
|
|
SecurityType__is_set = true;
|
|
}
|
|
|
|
protected void setSecurityType(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("SecurityType", "urn:sobject.tooling.soap.sforce.com","SecurityType","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setSecurityType(__typeMapper.readString(__in, _lookupTypeInfo("SecurityType", "urn:sobject.tooling.soap.sforce.com","SecurityType","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSecurityType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SecurityType", "urn:sobject.tooling.soap.sforce.com","SecurityType","http://www.w3.org/2001/XMLSchema","string",0,1,true), SecurityType, SecurityType__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SkipHandlers of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean SkipHandlers__is_set = false;
|
|
|
|
private java.lang.String SkipHandlers;
|
|
|
|
public java.lang.String getSkipHandlers() {
|
|
return SkipHandlers;
|
|
}
|
|
|
|
public void setSkipHandlers(java.lang.String SkipHandlers) {
|
|
this.SkipHandlers = SkipHandlers;
|
|
SkipHandlers__is_set = true;
|
|
}
|
|
|
|
protected void setSkipHandlers(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("SkipHandlers", "urn:sobject.tooling.soap.sforce.com","SkipHandlers","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setSkipHandlers(__typeMapper.readString(__in, _lookupTypeInfo("SkipHandlers", "urn:sobject.tooling.soap.sforce.com","SkipHandlers","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSkipHandlers(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SkipHandlers", "urn:sobject.tooling.soap.sforce.com","SkipHandlers","http://www.w3.org/2001/XMLSchema","string",0,1,true), SkipHandlers, SkipHandlers__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Status of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean Status__is_set = false;
|
|
|
|
private java.lang.String Status;
|
|
|
|
public java.lang.String getStatus() {
|
|
return Status;
|
|
}
|
|
|
|
public void setStatus(java.lang.String Status) {
|
|
this.Status = Status;
|
|
Status__is_set = true;
|
|
}
|
|
|
|
protected void setStatus(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("Status", "urn:sobject.tooling.soap.sforce.com","Status","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setStatus(__typeMapper.readString(__in, _lookupTypeInfo("Status", "urn:sobject.tooling.soap.sforce.com","Status","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldStatus(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Status", "urn:sobject.tooling.soap.sforce.com","Status","http://www.w3.org/2001/XMLSchema","string",0,1,true), Status, Status__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SubscriberPackageVersionKey of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean SubscriberPackageVersionKey__is_set = false;
|
|
|
|
private java.lang.String SubscriberPackageVersionKey;
|
|
|
|
public java.lang.String getSubscriberPackageVersionKey() {
|
|
return SubscriberPackageVersionKey;
|
|
}
|
|
|
|
public void setSubscriberPackageVersionKey(java.lang.String SubscriberPackageVersionKey) {
|
|
this.SubscriberPackageVersionKey = SubscriberPackageVersionKey;
|
|
SubscriberPackageVersionKey__is_set = true;
|
|
}
|
|
|
|
protected void setSubscriberPackageVersionKey(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("SubscriberPackageVersionKey", "urn:sobject.tooling.soap.sforce.com","SubscriberPackageVersionKey","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setSubscriberPackageVersionKey(__typeMapper.readString(__in, _lookupTypeInfo("SubscriberPackageVersionKey", "urn:sobject.tooling.soap.sforce.com","SubscriberPackageVersionKey","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSubscriberPackageVersionKey(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SubscriberPackageVersionKey", "urn:sobject.tooling.soap.sforce.com","SubscriberPackageVersionKey","http://www.w3.org/2001/XMLSchema","string",0,1,true), SubscriberPackageVersionKey, SubscriberPackageVersionKey__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SystemModstamp of type {http://www.w3.org/2001/XMLSchema}dateTime
|
|
* java type: java.util.Calendar
|
|
*/
|
|
private boolean SystemModstamp__is_set = false;
|
|
|
|
private java.util.Calendar SystemModstamp;
|
|
|
|
public java.util.Calendar getSystemModstamp() {
|
|
return SystemModstamp;
|
|
}
|
|
|
|
public void setSystemModstamp(java.util.Calendar SystemModstamp) {
|
|
this.SystemModstamp = SystemModstamp;
|
|
SystemModstamp__is_set = true;
|
|
}
|
|
|
|
protected void setSystemModstamp(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("SystemModstamp", "urn:sobject.tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
|
|
setSystemModstamp((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("SystemModstamp", "urn:sobject.tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSystemModstamp(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SystemModstamp", "urn:sobject.tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), SystemModstamp, SystemModstamp__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : UpgradeType of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean UpgradeType__is_set = false;
|
|
|
|
private java.lang.String UpgradeType;
|
|
|
|
public java.lang.String getUpgradeType() {
|
|
return UpgradeType;
|
|
}
|
|
|
|
public void setUpgradeType(java.lang.String UpgradeType) {
|
|
this.UpgradeType = UpgradeType;
|
|
UpgradeType__is_set = true;
|
|
}
|
|
|
|
protected void setUpgradeType(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("UpgradeType", "urn:sobject.tooling.soap.sforce.com","UpgradeType","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setUpgradeType(__typeMapper.readString(__in, _lookupTypeInfo("UpgradeType", "urn:sobject.tooling.soap.sforce.com","UpgradeType","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldUpgradeType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("UpgradeType", "urn:sobject.tooling.soap.sforce.com","UpgradeType","http://www.w3.org/2001/XMLSchema","string",0,1,true), UpgradeType, UpgradeType__is_set);
|
|
}
|
|
|
|
/**
|
|
*/
|
|
@Override
|
|
public void write(javax.xml.namespace.QName __element,
|
|
com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
|
|
throws java.io.IOException {
|
|
__out.writeStartTag(__element.getNamespaceURI(), __element.getLocalPart());
|
|
__typeMapper.writeXsiType(__out, "urn:sobject.tooling.soap.sforce.com", "PackageInstallRequest");
|
|
writeFields(__out, __typeMapper);
|
|
__out.writeEndTag(__element.getNamespaceURI(), __element.getLocalPart());
|
|
}
|
|
|
|
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper)
|
|
throws java.io.IOException {
|
|
super.writeFields(__out, __typeMapper);
|
|
writeFields1(__out, __typeMapper);
|
|
}
|
|
|
|
@Override
|
|
public void load(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__typeMapper.consumeStartTag(__in);
|
|
loadFields(__in, __typeMapper);
|
|
__typeMapper.consumeEndTag(__in);
|
|
}
|
|
|
|
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
super.loadFields(__in, __typeMapper);
|
|
loadFields1(__in, __typeMapper);
|
|
}
|
|
|
|
@Override
|
|
public String toString() {
|
|
java.lang.StringBuilder sb = new java.lang.StringBuilder();
|
|
sb.append("[PackageInstallRequest ");
|
|
sb.append(super.toString());
|
|
toString1(sb);
|
|
|
|
sb.append("]\n");
|
|
return sb.toString();
|
|
}
|
|
|
|
private void toStringHelper(StringBuilder sb, String name, Object value) {
|
|
sb.append(' ').append(name).append("='").append(com.sforce.ws.util.Verbose.toString(value)).append("'\n");
|
|
}
|
|
|
|
private void writeFields1(com.sforce.ws.parser.XmlOutputStream __out,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
writeFieldApexCompileType(__out, __typeMapper);
|
|
writeFieldCreatedBy(__out, __typeMapper);
|
|
writeFieldCreatedById(__out, __typeMapper);
|
|
writeFieldCreatedDate(__out, __typeMapper);
|
|
writeFieldEnableRss(__out, __typeMapper);
|
|
writeFieldErrors(__out, __typeMapper);
|
|
writeFieldIsDeleted(__out, __typeMapper);
|
|
writeFieldLastModifiedBy(__out, __typeMapper);
|
|
writeFieldLastModifiedById(__out, __typeMapper);
|
|
writeFieldLastModifiedDate(__out, __typeMapper);
|
|
writeFieldNameConflictResolution(__out, __typeMapper);
|
|
writeFieldPackageInstallRequestErrors(__out, __typeMapper);
|
|
writeFieldPackageInstallSource(__out, __typeMapper);
|
|
writeFieldPassword(__out, __typeMapper);
|
|
writeFieldProfileMappings(__out, __typeMapper);
|
|
writeFieldSecurityType(__out, __typeMapper);
|
|
writeFieldSkipHandlers(__out, __typeMapper);
|
|
writeFieldStatus(__out, __typeMapper);
|
|
writeFieldSubscriberPackageVersionKey(__out, __typeMapper);
|
|
writeFieldSystemModstamp(__out, __typeMapper);
|
|
writeFieldUpgradeType(__out, __typeMapper);
|
|
}
|
|
|
|
private void loadFields1(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
setApexCompileType(__in, __typeMapper);
|
|
setCreatedBy(__in, __typeMapper);
|
|
setCreatedById(__in, __typeMapper);
|
|
setCreatedDate(__in, __typeMapper);
|
|
setEnableRss(__in, __typeMapper);
|
|
setErrors(__in, __typeMapper);
|
|
setIsDeleted(__in, __typeMapper);
|
|
setLastModifiedBy(__in, __typeMapper);
|
|
setLastModifiedById(__in, __typeMapper);
|
|
setLastModifiedDate(__in, __typeMapper);
|
|
setNameConflictResolution(__in, __typeMapper);
|
|
setPackageInstallRequestErrors(__in, __typeMapper);
|
|
setPackageInstallSource(__in, __typeMapper);
|
|
setPassword(__in, __typeMapper);
|
|
setProfileMappings(__in, __typeMapper);
|
|
setSecurityType(__in, __typeMapper);
|
|
setSkipHandlers(__in, __typeMapper);
|
|
setStatus(__in, __typeMapper);
|
|
setSubscriberPackageVersionKey(__in, __typeMapper);
|
|
setSystemModstamp(__in, __typeMapper);
|
|
setUpgradeType(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "ApexCompileType", ApexCompileType);
|
|
toStringHelper(sb, "CreatedBy", CreatedBy);
|
|
toStringHelper(sb, "CreatedById", CreatedById);
|
|
toStringHelper(sb, "CreatedDate", CreatedDate);
|
|
toStringHelper(sb, "EnableRss", EnableRss);
|
|
toStringHelper(sb, "Errors", Errors);
|
|
toStringHelper(sb, "IsDeleted", IsDeleted);
|
|
toStringHelper(sb, "LastModifiedBy", LastModifiedBy);
|
|
toStringHelper(sb, "LastModifiedById", LastModifiedById);
|
|
toStringHelper(sb, "LastModifiedDate", LastModifiedDate);
|
|
toStringHelper(sb, "NameConflictResolution", NameConflictResolution);
|
|
toStringHelper(sb, "PackageInstallRequestErrors", PackageInstallRequestErrors);
|
|
toStringHelper(sb, "PackageInstallSource", PackageInstallSource);
|
|
toStringHelper(sb, "Password", Password);
|
|
toStringHelper(sb, "ProfileMappings", ProfileMappings);
|
|
toStringHelper(sb, "SecurityType", SecurityType);
|
|
toStringHelper(sb, "SkipHandlers", SkipHandlers);
|
|
toStringHelper(sb, "Status", Status);
|
|
toStringHelper(sb, "SubscriberPackageVersionKey", SubscriberPackageVersionKey);
|
|
toStringHelper(sb, "SystemModstamp", SystemModstamp);
|
|
toStringHelper(sb, "UpgradeType", UpgradeType);
|
|
}
|
|
|
|
|
|
}
|